@charset "UTF-8";



#contenedor {
	width: 955px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(../img/chao_shadow.png);
	background-repeat: no-repeat;
}

body {
	background-color: #e8e8e8;
	background-attachment: scroll;
	background-image: url(../img/chao_bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

#logo {
	float: right;
	z-index:5000;
	width: 500px;
	margin-left: -800px;
}

#pestana {
	margin-left: 760px;
	margin-top: -23px;
	margin-bottom: 0px;
	float: left;
}

#cabecera {
	background-color: #000;
	width: 955px;
	background-image: url(../img/chao_headerLogo.gif);
	height: 74px;
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 2px;
}

#izq {
	float: left;
	background-color: #FFF;
	width: 751px;
	margin-left: 2px;
}

#izq_home {
	float: left;
	width: 751px;
	margin-top: 0px;
	margin-left: 2px;
}

#contenido {
	float: left;

	margin-top:-35px;
	margin-left: 0px;
}
#dcha {
	background-image: url(../img/bg_dcha.gif);
	background-repeat: no-repeat;
	height: 524px;
	width: 202px;
	background-position: 0px 0px;
	float: right;
}

#pie {
	position: relative;
	width: 300px;
}

#copy {
	width: 953px;
	float: left;
}
#icos_pie {
	width: 0px;
	float: right;
}

.margin_img {
	padding-top: 4px;
	padding-left: 3px;
}

#texto {
	width: 734px;
	height:484px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 40px;
	padding-left: 40px;
	text-align: justify;
}
#profile_muestra {
	float: left;
	padding-left: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#profile{
	float: left;
	padding-left: 500px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#sello{
	background-image: url(../img/chao_sello.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 170px;
	top: -50px;
	position: relative;
	left: 23px;
	margin-bottom: -30px;
}
#contenido #dcha a img {
	margin-bottom: 6px;
}
.centrado {
	margin-top: 60px;
	margin-left: 60px;
}

.margin_img2 {
	padding-top: 2px;
	padding-left: 10px;
}

http://www.chaokilos.com/web/css/menu_style.css

.menu_nav{
	border:none;
	border:0px;
	font-size:10px;
	font-weight:bold;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	position: relative;
	left: -278px;
	top: 0px;
	padding: 74px;
	z-index: 100;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	}
.menu_nav ul{
	
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
		float: right;
	}
	.menu_nav li{
		float:left;
		padding:0px;
		}
	.menu_nav li a{
	background: url("images/seperator.gif") bottom right no-repeat;
	color:#fff;
	display:block;
	font-weight:normal;
	/*ALTURA CAJA MENU*/
	line-height:26px;
	margin:0px;
	padding:0px 12px;
	text-align:center;
	text-decoration:none;
	font-size: 11px;
	background: #e68c34; 
		}
		.menu_nav li a:hover{
	background: #0093a6 url("images/hover.png") bottom center no-repeat;
	color:#fff;
	text-decoration:none;
	/* TAMANO SUBMENU*/
	font-size: 11px;
			}
			
.menu_nav ul ul li:hover a{
	background: #0093a6 url("images/hover.png") bottom center no-repeat;
	color:#fff;
	text-decoration:none;
	/* TAMANO SUBMENU*/
	font-size: 11px;
			}
			
			
	.menu_nav li ul{
			
	background:#e68c34;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	position:absolute;
	width:225px;
	z-index:200;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;		/*top:1em;
		/*left:0;*/
		}
	.menu_nav li:hover ul{
		display:block;
		
		}
	.menu_nav li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
	
		}
		
		/* AQUI MODIFICAMOS */
	.menu_nav li:hover li a{
		background:none;color:#dc002f;line-height:10px;padding-top:10px;
		color:#fff;
		
		}
	.menu_nav li ul a{
		display:block;
		
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 10px 15px;
		text-align:left;
		}
		.menu_nav li ul a:hover, .menu_nav li ul li:hover a{
			background:#0093a6 url('images/hover_sub.png') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu_nav p{
		clear:left;
		}	

		
.menu_nav ul li ul li a{		font-size: 11px;}
