/** acoSitio (general) **/

/** Reset **/
* { margin: 0; padding: 0; }
img { border-width: 0; }
a { outline-style: none; }
:focus { outline: 0; }

/** Ocultar Scroll del Navegador **/
/*html, body { overflow:hidden; /*Ambos*/

	/*html, body { overflow-x:hidden; } /*Vertical*/
	/*html, body { overflow-y:hidden; } /*Horizontal*/
/*}*/
html {
	font-size: 125%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #999999;
	text-align: center;
	background-color: #000000;
	background-image: url(../aco_imagenes/aco_sitio/fdo_body_01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
}
a {
	font-size: 1em;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1+p, h2+p, h3+p {
	padding-top: 1em;
}
h2+h4, h2+h5, h2+ul {
	padding-top: 1em;
}
h1 {
	font-size: 2.8em;
	color: #FFFFFF;
}
h2 {
	font-size: 2.6em;
	color: #CC6600;
}
h3 {
	font-size: 1.8em;
	color: #999999;
	padding-top: 25px;
}
h4 {
	color: #CCCCCC;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 1.3em;
	color: #CC6600;
}
h6 {
	font-size: 1em;
}
ol, ul {
	font-size: 1.3em;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
}
ol li {
	list-style-position: inside;
	list-style-type: decimal;
	list-style-image: none;
}
ul li {	
	background-image: url(../aco_imagenes/aco_sitio/li_circulo.gif);
	background-position: left 5px;
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 20px;
}
p {
	font-size: 1.3em;
}
p+h4 {
	padding-top:1em;
}
strong {
	color:#ffffff;
}

/** Capas contenedoras 100% **/
#head, #container, #branding, #branding_tagline, #content, #pre_foot, #foot {
	width: 100%;
}

/** Capas centradas **/
#content_center_end {
	width: 960px;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/** Encabezado **/
#head {
	background-image: url(../aco_imagenes/aco_sitio/head.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	position: absolute;
	height: 97px;
	top: 0px;
	left: 0px;
	visibility: visible;
	z-index: 5;
}
#head_center {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../aco_imagenes/aco_sitio/head_center.jpg);
	background-repeat: no-repeat;
	height: 97px;
	min-width: 750px;
	max-width: 960px;}

/** Nav horizontal **/
#head_center_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	width: auto;
	height: auto;
	position: relative;
	top: 30px;
	right: 30px;
}
#head_center_nav .link {
	font-size: 1.3em;
	float: left;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#head_center_nav .link a {
	color: #CC0000;
}
#head_center_nav .link a:hover{
	color: #FFCC00;
}

/** Capa contenedora con desplazamiento**/
#container{
	position: absolute;
	left: 0px;
	top: 97px;
	height: auto;
	bottom: 0px;
	z-index: 3;
	overflow: visible;
	text-align: left;
	visibility: visible;
}

/** Imagen principal de la página **/
#branding {
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	position: static;
	background-color: #000000;
}
#branding_center {
/*	width: 960px;*/
	min-width: 750px;
	max-width: 960px;	
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
}

/** Franja (debajo de la imagen principal**/
#branding_tagline {
	height: auto;
	position: static;
	left: 0px;
	background-image: url(../aco_imagenes/aco_sitio/transparencia.png);
	background-repeat: repeat-x;
	background-position: top;
}
#branding_tagline_center {
	color: #CCCCCC;
	text-align: center;
	height: 100px;
}
#branding_tagline_center p{
	padding-top: 20px;
}

/** Contenidos **/
#content {
	position: static;
	overflow: visible;
}
#content_center {
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	margin-top: 50px;
	background-image: url(../aco_imagenes/aco_sitio/cuadricula.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 25px;
	min-width: 750px;
	max-width: 960px;
	/*width: expression( document.body.clientWidth <1024 ? "750px" : "960px" );*/
}

/**  Ante-pie **/
#pre_foot {
	clear: both;
	height: 120px;
}
#pre_foot_up {
	height: 51px;
	width: 113px;
	position: relative;
	left: 25px;
	text-indent: 50px;
	top: 20px;
}
#pre_foot_up a {
	font-size: 1.3em;
	background-image: url(../aco_imagenes/aco_sitio/pre_foot_up.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	display: block;
	width: 100%;
	height: 31px;
	padding-top: 25px;
	font-weight: bold;
}
#pre_foot_up a:hover {
	background-image: url(../aco_imagenes/aco_sitio/pre_foot_up_hover.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

/** Pie de la página **/
#foot {
	clear: both;
	height: 300px;
	position: relative;
	background-image: url(../aco_imagenes/aco_sitio/foot.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#foot_center {
	color: 			#666666;
	position: 		relative;
	top: 				0px;
	left: 			0px;
	margin-top: 	0px;
	margin-right: 	auto;
	margin-bottom: 0px;
	margin-left: 	auto;
	min-width: 		750px;
	max-width: 		960px;
}
#foot_center_nav {
	color: 				#999999;
	position: 			relative;
	margin-top: 		0px;
	padding-top: 		20px;
	padding-bottom: 	20px;
	text-align: 		center;
	height: 				20px;
}
#foot_center_nav a {
	font-size: 		1.2em;
/*	color: 			#CC0000;*/
	padding-left: 	5px;
	padding-right: 5px;
}
/*#foot_center_nav a:hover{
	color: #CCCCCC;
}*/

/** Fin Acocer copyright **/
#foot_center_end {
	font-size: 			1.1em;
	padding-top: 		80px;
	padding-bottom: 	20px;
	padding-left: 		20px;
}
#foot_center_end .copy {
	color: #FF0000;
}

/** Navegación lateral **/
#nav_lateral {
	float:	left;
	width:	31%;
}
#nav_lateral:hover h2 {
	color:#FF6600;
}
#nav_lateral_head{
	height:				auto;
	margin-right:		10px;
	margin-left:		25px;
	padding-top:		30px;
	padding-bottom:	20px;
	padding-left:		20px;
}
#nav_lateral .section{
	font-size:			1.3em;
	height:				auto;
	margin-bottom:		15px;
	margin-left:		25px;
	margin-right:		10px;
	background-color: #000000;
	padding-bottom:	10px;
	padding-top:		10px;
}
#nav_lateral .section:hover .title{
	color: #FFFFFF;
}
#nav_lateral .section:hover .link a{
	color: #FF0000;
}
#nav_lateral .section .title{
	font-weight:	bold;
	padding-left:	20px;
}
#nav_lateral .section .no_link{
	color: 			#666666;
	padding-left:	25px;
}
#nav_lateral .section .link{
	width: 100%;
}
#nav_lateral .section .link a{
	display:			block;
	padding-left:	25px;
}
#nav_lateral .section .link a:hover{
	color:					#FFCC00;
	background-image:		url(../aco_imagenes/aco_sitio/flecha_link.gif);
	background-repeat:	no-repeat;
	background-position:	5px center;
}

/**  Decoración **/
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC9900;
}

/** Limpiadores **/
.clear_both {
	clear: both;
}
.clearfix:after {
	content:		"";
	display:		block;
	clear:		both;
	height:		0;
	visibility: hidden;
}
.clearfix{ 
	min-height: 0;
	height:		1%;
}

/** Columnas **/
.col_box {
	width:		100%;
	height:		auto;
	position:	relative;
}
.col_box_end {			/* Para igual alto de columnas usando zoom - dando color de fondo al col_box */
	height: 25px;
	position: static;
}
.col_100 {				/* <= 1 columna */
	width:	100%;
}
.col_50 {				/* <= 2 columnas */
	width:	50%;
}
.col_34 {				/* <= para 3 columnas (central)*/
	width:	34%;
}
.col_33 {				/* <= para 3 columnas (laterales)*/
	width:	33%;
}
.col_69 {				/* <= para 2 columnas */
	width:	69%;
}
.col_31 {				/* <= para 2 columnas */
	width:	31%;
}
.col_100,
.col_50,
.col_34,
.col_33,
.col_69,
.col_31 {
	float:		left;
	height:		auto;
	position:	relative;
}

/** Secciones de la columna - Posiciones **/
.col_section_full,
.col_section_left,
.col_section_mid,
.col_section_right {
	background-color:	#000000;
	margin-bottom:		25px;
	padding-bottom:	30px;
	padding-left:		30px;
	padding-right:		20px;
	padding-top:		30px;
}
.col_section_full {
	margin-left:		25px;
	margin-right:		25px;
}
.col_section_left {
	margin-left:		25px;
	margin-right:		10px;
}
.col_section_mid {
	margin-left:		10px;
	margin-right:		10px;
}
.col_section_right {
	margin-left:		10px;
	margin-right:		25px;
}
.col_section_full:hover h2,	.col_section_full:hover h5,
.col_section_left:hover h2,	.col_section_left:hover h5,
.col_section_mid:hover h2,		.col_section_mid:hover h5,
.col_section_right:hover h2,	.col_section_right:hover h5 {
	color: #FF6600
}
.col_section_full:hover h3,
.col_section_left:hover h3,
.col_section_mid:hover h3,
.col_section_right:hover h3 {
	color: #CC6600
}
.col_section_full:hover ul li,
.col_section_left:hover ul li,
.col_section_mid:hover ul li,
.col_section_right:hover ul li {
	background-image: 	url(../aco_imagenes/aco_sitio/li_circulo_hover.gif);
	background-repeat: 	no-repeat;
	background-position: left 5px;
}

/** Formularios **/
form {
}
.form_box{
	height: 			auto;
	margin-bottom: 25px;
}
.form_row {
	font-size:		1.3em;
	margin-bottom:	7px;
	margin-top:		8px;
}
.form_row label {
	padding-left:	10px;
	position: 		relative;
	float:			left;
	width:			20%;
	background-color:	#003366;
}
.form_row input, textarea {
	position: relative;
	width:	76%;
	background-color:		#CCCCCC;
	border-top-style: 	solid;
	border-right-style: 	solid;
	border-bottom-style: solid;
	border-left-style: 	solid;
	border-top-color: 	#CCCCCC;
	border-right-color: 	#CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: 	#CCCCCC;
}
.form_row textarea {
	height: 300px;
}
.form_row input#cmd_enviar{
	margin-top:		10px;
	margin-right:	25px;
	width:			100px;
	float:			right;
	background-color: #003366;
	border: 2px solid #003366;
	color: #CCCCCC;
}

/**  Links especiales **/
.info {
	font-weight:		bold;
	background-color:	#000000;
	padding-bottom:	30px;
	padding-left:		30px;
	padding-right:		20px;
}

/** Textos **/
.text_capitalize {
	text-transform: capitalize;
}
