/* GENERALES */
* {
	margin: 0px;
	padding: 0px;
}


/* FONDOS Y CONTENEDORES */

html,body{
	height:100%;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.5em;
}


.container{
	margin:0 auto;
	width:1000px;
	min-height:100%;
	height:100%;
	background-image: url(../img/fondo.jpg);
	position: relative;
}


.pie {
	left: 25px;
	border-top: 1pt solid #C19B00;
	height: 25px;
	width: 95%;
	text-align: center;
	padding-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #C19B00;
}

p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.5em;
	color: #000000;
}

ol {

	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.5em;
}
li {


	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.5em;
}

.link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 1.5em;
	color: #C19B00;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 30px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	line-height: normal;
	color: #000000;
	font-weight: bold;
}
.titulares {
	left: 25px;
	border-top: 1pt solid #C19B00;
	height: 35px;
	width: 95%;
	padding-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #C19B00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19B00;
	font-weight: bold;
}

.cv{
	margin:0 auto;
	width:400px;
	height:250px;
	position: relative;
	border: 1px solid #F0CA33;
	background-color: #FFEFB0;
	padding: 15px;
	visibility: hidden;
}
.titulares2 {
	border-top: 1pt solid #C19B00;
	height: 35px;
	width: 70%;
	padding-top: 5px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #C19B00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C19B00;
	font-weight: bold;
	text-align: center;
}

