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: 470px;
	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 {
	/*float: right;*/
	width: 850px;
	height: 410px;
	position: relative;
	top: 0px;
	right:0px;
	z-index: 1;
	left:0px;
	padding: 0px;
	margin: 0px;
}

#contenido {
	margin: auto;
	width: 850px;
	height: auto;
}


#menu {
	background-image:url(../img/menu/fondo.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 33px;
	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: 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 {
	padding: 10px 20px 10px 10px;
	width: 450px;
	height: auto;
	float: left;
}
#p1 p {
	text-align: justify;
	font-size: 14px;
}
#p1 h1 {
	color: rgb(197,203,19);
	font-size:24px;
	font-family: Myriad Pro ,Arial, sans-serif;
	
}
#linea {
	padding-top:30px;
	float:left;
	width: 1px;
	height: 300px;
}
#p2 {
	padding: 20px 0px 0px 10px;
	width 399px;
	height: auto;
	float: left;
}
#p2 h1{
	font-size: 18px;
	color: rgb(112,112,112);
}


#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;
}