@charset "utf-8";
ro{
}
body {
	background-color:#FFFFFF;
	font-family: Arial, Myriad Pro, Helvetica, sans-serif;
}

#contenedor{
	margin: auto;
	width: 850px;
	height: auto;
}
#cabecera {
	background-image: url(../img/cabecera/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 850px;
	height: 91px;
	z-index: 0;
}
#logo {
	background-image: url(../img/cabecera/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 171px;
	height: 60px;
	position: relative;
	left: 20px;
	top: 14px;
	z-index: 0;
}
#slogan {
	background-image: url(../img/cabecera/slogan.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 174px;
	height: 23px;
	position: relative;
	left: 480px;
	top: 35px;
	z-index: 0;
}
#video {


	width: 850px;
	height: 480px;
}

#cuerpo {
	width: 850px;
	height: auto;
}
#menu {
	background-image:url(../img/menu/fondo.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 33px;
	font-size: 12px;
	font-family:  Myriad Pro, Arial, Helvetica, sans-serif;
}

#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 100%;
	height: 33px;
	float: left;
	left:200px;
}

#botonera {
	width: 400px;
	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: auto;
}
#p1 {
	width: 395px;
	height: auto;
	float: left;
	margin: 10px 20px 0px 3px;
	position: relative;
	top: 15px;
}
#p1 h1{
	font-family: Myriad Pro ,Arial, sans-serif;
	font-size: 24px;
	color: #c5cb4f;
}
#p1 p {
	text-align: justify;
	font-size: 14px;
	color: #000000;
}
#p1 a {
	color: #000000;
	font-size: 15px;
}
#link1 {
	margin-bottom: 0px;
	position: relative;
	top: 20px;
}
#link1 a:link, #link1  a:visited{
	color: #000000;
	font-weight: bold;
}
#link1 a:hover, #link1 a:active{
	color: #000000;
}
#linea {
	padding-top:30px;
	float:left;
	width: 1px;
	height: 300px;
}
#p2 {
	width: 395px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 30px;
	position: relative;
	top: 15px;
}
#p2 h1 {
	font-family: Myriad Pro ,Arial, sans-serif;
	font-size: 24px;
	color: #c5cb4f;
}
#p2 p {
	text-align: justify;
	font-size: 14px;
	color: #000000;
}
#p2 a {
	color: #000000;
	font-size: 15px;
}
#link2 {
	margin-bottom: 0px;
	position: relative;
	top: 84px;
	font-weight: bold;
}
#link2 a:link, #link2  a:visited{
	color: #000000;
}
#link2 a:hover, #link2 a:active{
	color: #000000;
}
#c1 {
	float: left;
}
#c1 p {
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #666666;
}
#c2 {
	float: right;
	color: #666666;
	
}

#.text1{
	float: left;
}
#img1{
	float: left;
	width:100px;
}
#img2{
	float: left;
	width:100px;
}
.clear {
	clear: both;
}