@charset "UTF-8";
/* CSS Document */

.content {
	width:100%;
	height:auto;
}

#header {
	margin:52px 0 0 0;
	width:980px;
	height:156px;
}

#head {
	float:left;
	width:337px;
	height:155px;
}

#me {
	float:left;
	width:642px;
	height:155px;
}

/* Menu */

.menu{
	float:left;
	width:540px;
	border:none;
	border:0px;
	margin-top:75px;
	margin-left:100px;
	font: 67.5% Helvetica;
	font-stretch:extra-condensed;
	font-size:13px;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:url(../img/seperator.png) bottom right no-repeat;
		color:#F78E1E;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 17px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: url(../img/hover.gif) bottom center no-repeat;
			color:#5a5f63;
			text-decoration:none;
			}
	.menu li ul{
		background:#F78E1E;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:rigth;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background: url(../img/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-stretch:extra-condensed;
	    font-size:13px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url(../img/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#f46f06;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	
		
/* Content */

#txt {
	background-repeat:repeat-x;
	width:980px;
	height:345px;
}

#sep {
	background:url(../img/sep_index.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:9px;
}

#txt {
	background-repeat:repeat-x;
	width:980px;
	height:345px;
}

#ind {
	width:980px;
	height:432px;
	text-align: left;
}

#ind2 {
	width:980px;
	height:463px;
}

#img {
	float:left;
	width:339px;
	height:432px;
}

#txt_cont {
	float:left;
	width:490px;
	height:463px;
	font-family: Helvetica;
	font-size: 11px;
	color: #5B5E63;
	text-align: left;
}

#cont {
	float:left;
	width:240px;
	height:432px;
	font-family: Helvetica;
}

#cont2 {
	float:left;
	width:490px;
	height:463px;
}

#cont2-i {
	float:left;
	width:242px;
	height:463px;
}

#img2 {
	float:left;
	width:401px;
	height:432px;
}

#footer {
	background-image:url(../img/back_footer.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:87px;
}

#footerindex {
	background-image:url(../img/back_footer.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:87px;
	margin-top:160px;
}

#footer2 {
	background-image:url(../img/back_footer.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:87px;
	margin-top:130px;
}

#foot_int {
	background-image:url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position:center;
	width:980px;
	height:87px;
}

/* Menu */

.menu_dos{
	float:left;
	width:540px;
	border:none;
	border:0px;
	margin-top:25px;
	margin-left:540px;
	font: 67.5% Helvetica;
	font-stretch:extra-condensed;
	font-size:11px;
	}
	
	.menu_dos ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu_dos li{
		float:left;
		padding:0px;
		}
	.menu_dos li a{
		background:url(../img/seperator.png) bottom right no-repeat;
		color:#F78E1E;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 13px;
		text-align:center;
		text-decoration:none;
		}
		.menu_dos li a:hover, .menu_dos ul li:hover a{
			background: url(../img/hover.gif) bottom center no-repeat;
			color:#5a5f63;
			text-decoration:none;
			}
	.menu_dos li ul{
		background:#F78E1E;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:rigth;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu_dos li:hover ul{
		display:block;
		
		}
	.menu_dos li li {
		background: url(../img/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu_dos li:hover li a{
		background:none;
		
		}
	.menu_dos li ul a{
		display:block;
		height:35px;
		font-stretch:extra-condensed;
	    font-size:13px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu_dos li ul a:hover, .menu_dos li ul li:hover a{
			background:#2580a2 url(../img/hover_sub.gif) center left no-repeat;
			border:0px;
			color:#f46f06;
			text-decoration:none;
			}
	.menu_dos p{
		clear:left;
		}	
		.txt_body {
	text-align: left;
	color: #5B5E63;
	font-family: Helvetica;
}
.h1_txt_cont {
	color: #F78E1E;
	font-size: 16px;
	text-align: center;
}
.h1all {
	font-size: 24px;
	color: #F78E1E;
}
headt1 {
	color: #F78E1E;
}

.tt {
	font-size: 16px;
	color: #F78E1E;
}
.content index {
	font-size: 11px;
}
#dsa {
	font-size: 11px;
	text-align: left;
}
#color {
	color: #5B5E63;
}
.content #ind #cont p .csa {
	text-align: left;
}
.content #ind #cont p .csa {
	font-family: Helvetica;
}
.content alineacion {
	text-align: left;
}
