@charset "utf-8";


/* Padding y margin */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

/* Tamaños de los headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Estilos de las listas */
ol, ul {
list-style: none;
}

/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Bordes de las tablas */
table {
border-collapse: collapse;
}

/* Otros bordes */
fieldset, img {
border: 0;
}

/* Alineacón del texto */
caption, th {
text-align: left;
}








/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	margin: 0px;
	padding-left: 40px;
	}
	
html {height:100%}
	
#container {
	width: 1000px;
	height:100%;
	text-align: left;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	display: block;

}
#container #contenido #cabecera1 {
	background-color: #FFFFFF;
	width: auto;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 80px;
}
#container #contenido #cabecera1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
#container #contenido #cabecera1 a {
	color: #999900;
}



#container #contenido #textos {
	float: left;
	width: 500px;
	background-color: #FFFFFF;
}
#container #contenido #textos p {
	padding-bottom: 12px;
	padding-left: 40px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 30px;
	font-weight: 400;
}

#container #contenido #fotos {
	float: left;
	width: 374px;
}

#container #contenido #cabecera2 {
	background-color: #FFFFFF;
	width: auto;
	padding-left: 40px;
	padding-top: 20px;
	padding-bottom: 40px;
}
#container #contenido #cabecera2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
#container #contenido #cabecera2 a {
	color: #999900;
}
#container #contenido #minicv {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 874px;
}
#container #contenido #minicv p {
	font-size: 15px;
	color: #333333;
	padding-left: 40px;
	text-align: justify;
}



.espacio2 { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:10px;
	line-height: 0px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 40px;
	width: 834px;
	
}
