@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	font-family: Arial, Myriad Pro, Helvetica, sans-serif;
}
input {
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #c0c0c0;
}
#contenedor {
	width: 850px;
	height: auto;
	margin: auto;
}
#cabecera {
	width: 850px;
	height: 91px;
	background-image: url(../img/cabecera/cabecera.jpg);
	background-repeat: no-repeat;
}
#logo {
	width: 171px;
	height: 70px;
	background-image: url(../img/cabecera/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	top: 12px;
	left: 17px;
}
#slogan {
	width: 174px;
	height: 23px;
	background-image: url(../img/cabecera/slogan.jpg);
	background-repeat: no-repeat;
	float: right;
	position: relative;
	top: 40px;
	right: 20px;
}
#video {
	width: 850px;
	height: 405px;
	
}

#menu {
	margin: 10px 0px 0px 0px;
	width: 850px;
	height: 33px;
	background-image: url(../img/menu/fondo.jpg);
	background-repeat: no-repeat;
	font-family:  Myriad Pro, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	height: 33px;
	float: left;
	left: 200px;
}

#botonera {
	width: 500px;
	float: left;
	position: relative;
    top: 0px;
	left: 265px;
}

#menu ul li {
	display: inline;
} 
#menu li {
	position: relative;
	line-height: 23px;
}

#menu ul li a:link, #menu ul li a:visited {
	color: #000000;
	padding: 5px 10px;
	float: left;
	text-decoration: none;
	background: url(../img/menu/lineaMenu.jpg) no-repeat center right;
}

#menu ul li a:hover, #menu ul li a:active{
	color: #c7d10a;
	background-color: #000000;
	height: 23px;
}

#menu ul li.selec a{
	color: #c7d10a;
	background-color: #000000;
	height: 23px;
}
#inf {
	width: 850px;
	height: 250px;
	margin: 15px 0px 0px 0px;
}
#texto {
	width: 490px;
	height: auto;
	float: left;
}
#texto h1 {
	background-image: url(../img/menu/h3.jpg);
	background-repeat: no-repeat;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #c5cb4f;
	line-height: 20px;
	text-indent: 13px;
}
#texto p {
	font-size: 12px;
	color: #000000;
	line-height: 23px;
}
#texto p+p{
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	color:#808080;
}
#enlace {
	width: 40px;
	height: 20px;
	float: right;
	position: relative;
	top: -0.40em;
}
#linea {
	width: 10px;
	height: 250px;
	float: left;
	background-image: url(../img/lineaverticar2.jpg);
	background-repeat: no-repeat;
	background-repeat: repeat-y;
}
#formulario {
	width: 350px;
	height: auto;
	float: right;
	font-size: 12px;
}
#formulario h1 {
	background-image: url(../img/menu/flecha2.jpg);
	background-repeat: no-repeat;
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #666666;
	line-height: 10px;
	text-indent: 10px;
}
#formulario tr td {
	color: #000000;
}
#formulario tr td p {
	text-align: left;
}

#c1 {
	float: left;
}
#c1 p {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #666666;
}
#c2 {
	float: right;
	color: #666666;
	
}
.boton {
	background: url(../img/boton.jpg);
	background-repeat: no-repeat;
	width: 49px;
	height: 18px;
	border: 0px;
}
.t1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 23px;
	color:#808080;
}