/*
CSS PARA EL CURRICULUM DE VICTOR LOPEZ
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
}

.logo{
	width:40%;
	float:left;
	padding-left:155px;
	padding-top:17px;
}
.descargar{
	width:30%;	
	float:right;
	padding-top:34px;
}

.descargar a{
	text-decoration:none;
	font-weight:bold;
}

h1{
	color:#fff;
	font-size:45px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;	
}

h2{
	color:#feb551;
	size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:lighter;
}

img{
border:0;
}

#header{
width:100%;
background:url(../images/bg-header2.jpg) repeat-x;
height:109px;
}

#content{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#curriculum{
width:650px;
float:left;
}


#caja{
border:solid 1px #C4C5A6;
background:#E9E9CF url(../images/bg-box.jpg) repeat-x;
padding:10px;
font-size:12px;
}

#caja2{
border:solid 1px #ADB9C2;
background:#e5eaee url(../images/bg-box2.jpg) repeat-x;
padding:10px;
font-size:12px;
}
#caja2 a{
color:#003366;
font-size:13px;
font-weight:bold;
text-decoration:underline;
}
#caja2 a:hover{
text-decoration:none;
}

#caja p{
text-align:justify;
}
#caja2 img{
border:solid 1px #ffac38;
vertical-align:middle;
float:right;

}
.texto-azul{
color:#003366;
font-size:13px;

}


#trabajos{
padding-left:10px;
width:250px;
float:right;

}

.margen{margin-bottom:10px;}
#footer{
width:100%;
clear: left;
background:url(../images/bg-header.jpg) repeat-x;
height:35px;
margin-top:20px;
position:fixed; bottom:0;
padding-top:15px;
text-align:center;
}
#footer a{
	text-decoration:none;	
}


