@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-color:#000000;
}

#nombre {
	position:absolute;
	width:299px;
	height:88px;
	z-index:1;
	left: 520px;
	top: 314px;
}
.oneColElsCtrHdr #container {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:35em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left;
	background-image: url(images/bg_main.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;
	}
.oneColElsCtrHdr #container_index {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:35em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left;
	background-image: url(images/blank.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;

	}
	
.oneColElsCtrHdr #container_gallery {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:39em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left;
	background-image: url(images/blank.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;}
	
	.oneColElsCtrHdr #container_gallery2 {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:43em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left;
	background-image: url(images/blank.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;}
	
	.oneColElsCtrHdr #container_dl {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:51em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left;
	background-image: url(images/blank.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;
	}
.oneColElsCtrHdr #container_intro {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:35em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px solid #ffffff;
	text-align: left;
	background-repeat:no-repeat;
	border-bottom: 0px solid #ffffff;
}
.oneColElsCtrHdr #container_portfolio {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:50em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left;
	background-image: url(images/portfolio_big.jpg);
	background-repeat:no-repeat;
	border-bottom: 0px solid #ffffff;
	}
.oneColElsCtrHdr #container_portfolio2 {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:50em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px solid #ffffff;
	text-align: left;
	background-image: url(images/portfolio_big.jpg);
	background-repeat:no-repeat;
	border-bottom: 0px solid #ffffff;
	}
	

.oneColElsCtrHdr #container_video {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:60em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 0px solid #ffffff;
	text-align: left;
	background-position: bottom;
	background-repeat:no-repeat;
	border-bottom: 0px solid #ffffff;
	}
.oneColElsCtrHdr #container_contact {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:35em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: 1px solid #ffffff;
	text-align: left;
	background-image: url(images/sb_contact_en.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;
}
.oneColElsCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:50px;
	width: 60em;
	margin: 0 auto;
		
} 

.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding:0px 14px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		
}
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background:;
	margin-top: 0px;
	height: 25em;
	text-align: center;

}
.oneColElsCtrHdr #mainContentgal {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	background:;
	margin-top: 0px;
	height: 35em;

}

.oneColElsCtrHdr #mainContent_index {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: ;
	margin-top: 0px;
	height: 25em;

}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background:;

} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		
}
#menu4 {
	width: 700px;
	margin: 2px;
	border-style: solid solid none solid;
	border-color: #ffffff;
	border-size: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	border-width: 0px;
	margin-top: 0px;
	float: right;
        }
		
.text_navi{
font-family : verdana;
font-size : 13px;
letter-spacing:0.5px;
font-weight : 900;
color : #cccccc;
padding-left :2px;
text-align : center;
line-height:45px;
text-decoration:none;
}
a:link.navi {
text-decoration : none;
color : #cccccc;
}
a:visited.text_navi {
text-decoration : none;
color : #cccccc;
}
a:hover.text_navi {
text-decoration : none;
font-size:14px;
color: #31B1BF;
}

#cv_right {
	width:440px;
	height:448px;
	z-index:1;
	float: right;
	margin-top: 40px;
	padding-right: 60px;
}
#righthh {
	width:620px;
	height:448px;
	z-index:1;
	float: left;
	margin-top: 20px;
	margin-left: -20px;
}
#cv_left {
	position:absolute;
	width:440px;
	height:267px;
	z-index:1;
	left: 139px;
	top: 190px;
}
.text{
font-family : verdana, arial;
font-size : 12px;
letter-spacing:0.5px;
font-weight : 300;
color : #cccccc;
padding-left :2px;
line-height: 15px;
text-align : justify;
}
a:link.text {
text-decoration : none;
color : #cccccc;
}
a:visited.text {
text-decoration : none;
color : #cccccc;
}
a:hover.text {
text-decoration : none;
font-size:12px;
color: #31B1BF;
}

.h1{
font-family : verdana;
font-size : 13px;
letter-spacing:0.5px;
font-weight : 800;
color : #cccccc;
padding-left :2px;
text-align : left;

}
#portfolio {
	width:55em;
	height:600px;
	z-index:1;
	margin-top: 40px;
	padding-right: 10px;
	padding-left: 2px;}

.text{
font-family : verdana, arial;
font-size : 11px;
letter-spacing:0.5px;
font-weight : 300;
color : #cccccc;
padding-left :2px;
line-height: 15px;
text-align : left;
}
.textdl{
font-family : verdana, arial;
font-size : 12px;
letter-spacing:0.5px;
font-weight : 300;
color : #cccccc;
padding-left :2px;
line-height: 15px;
text-align : left;
padding-left:3px;
}
a:link.textdl {
text-decoration : none;
color : #cccccc;
}
a:visited.textdl {
text-decoration : none;
color : #cccccc;
}
a:hover.texdl {
text-decoration : none;
font-size:12px;
color: #31B1BF;
}
