/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	background-color: #FFFFCC;
	text-align: justify;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:hover {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #990000;
}
/* prevalece decoración del texto sobre regla anterior en vinculos "sobre" */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
}


h1{
	font-size: 130%;
}

h2{
	font-size: 120%;
	font-variant: small-caps;
}

h3{
 font-size: 115%;
}

h4{
 font-size: 110%;
 font-weight: normal;
}

h5{
	font-size: 110%;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	color: #666666;
	font-size: 90%;
	font-weight: 300;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	border-bottom: 1px solid #cccccc;
	width: 1024px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#navBar{
	margin-top: 0px;
	margin-right: 87%;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	float:right;
	width: 75%;
	padding: 0;
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 0;
	left: 167px;
	overflow: visible;
	position: absolute;
	visibility: visible;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px 0px 10px;
	padding: 0px 0px 10px 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************** .feature styles ***************/

.feature, .formulario{
	padding: 0px 10px 10px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	height: auto;
}
.formulario {
	width: 650px;
	}
.feature h3, .formulario h3{
	padding: 15px 0px 0px;
	text-align: center;
}
.feature h1, .formulario h1{
	padding: 15px 0px 0px;
	text-align: center;
}

.feature h4, .formulario h4{
	text-align: center;
	font-style: oblique;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.feature img{
	float: left;
	padding: 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	font-size: 80%;
	text-align: left;
	color: #003300;
	padding: 2px;
	margin-bottom: 5px;
	border: 1px dotted #003333;
	text-decoration: none;
	vertical-align: top;
}

.story p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	text-align: left;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	width: 167px;
	visibility: visible;
}

#sectionLinks h3{
	padding: 5px 0px 5px 2px;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	font-style: oblique;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #999999;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CCCCCC;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
.feature ul,.formulario ul {
	padding: 0px 0px 0px 10px;
	text-align: left;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
}
.feature p,.formulario p {
	padding: 0px;
	text-align: justify;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: -5px;
	text-indent: 15px;
}
.feature a:link,.formulario a:link,.actualidad a:link {
	padding: 0px;
	text-align: justify;
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
}
.feature td {
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 2px;
	padding-bottom: 5px;
}
.feature th,.formulario th {

	padding: 5px 0px 5px 5px;
	text-align: center;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: -5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#calzado {
	float:right;
	width: 650px;
	padding: 0;
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 0px;
	left: 250px;
	overflow: visible;
	position: absolute;
	visibility: hidden;
}
#ropa {
	float:right;
	width: 650px;
	padding: 0;
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 0px;
	left: 250px;
	overflow: visible;
	position: absolute;
	visibility: hidden;
}
#comida {
	float:right;
	width: 650px;
	padding: 0;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 0;
	left: 250px;
	overflow: visible;
	position: absolute;
	visibility: hidden;
}
#utiles {
	float:right;
	width: 650px;
	padding: 0;
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 0;
	left: 250px;
	overflow: visible;
	position: absolute;
	visibility: hidden;
}
#juntaDirectiva {
	float:right;
	width: 650px;
	padding: 0;
	margin-top: 0;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 0;
	left: 250px;
	overflow: visible;
	position: absolute;
	visibility: hidden;
}
#presentacion {
	width: 650px;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 250px;
	overflow: visible;
	position: absolute;
	visibility: visible;
}
#contenido {
	width: 650px;
	padding: 0;
	left: 250px;
	overflow: visible;
	position: absolute;
	margin: 0;
}
.siteInfo {
	border: 1px solid #CCCCCC;
	font-size: 10pt;
	color: #999999;
	text-align: center;
	margin-top: 10px;
	width: 650px;
	position: absolute;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	left: 0px;
}
.formulario input {
	text-align: left;
	left: 0px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	font-weight: 500;
	color: #006600;
	padding-left: 5px;
}
.formulario input#botonEnviar {
	text-align: center;
	left: 0px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	color: #333333;
	background-color: #CCCCCC;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: 500;
}
.formulario td {
	list-style-image: none;
	list-style-type: none;
	vertical-align: bottom;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
}
.feature img.derecha {
	float: right;
	padding: 0px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
/*para las noticias Astoll informa*/
.actualidad {
	padding: 0px;
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.actualidad td {
	border: 1px solid #006633;
	text-align: left;
	margin: 5px;
	padding: 10px;
	font-size: 10pt;
	}
.actualidad p {
	text-indent: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.actualidad td img {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.actualidad td img.derecha {
	float: right;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
.actualidad .bordeInf {
	margin: 0px;
	font-size: 10pt;
	vertical-align: top;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #003333;
	font-family: Arial, Helvetica, sans-serif;
}
.actualidad .bordeIz {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #003333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: justify;
}
.actualidad .bordeDr {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #003333;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
}
.actualidad h1,h2,h3,h4,h5 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.fondoBlanco {
	background-color: #FFFFFF;
	color: #006600;
}
.fondoGris {
	background-color: #CCCCCC;
	color: #333333;
}
.fondoAzul {
	color: #333333;
	background-color: #669966;
}
.fondoAzulyBlanco {
	color: #ffffff;
	background-color: #0d0df6;
}
.fondoAmarilloyRojo {
	color: #f90b0b;
	background-color: #eefd05;
}
.fondoAmarillo {
	background-color: #FFCC66;
	color: #003300;
}
.fondoBlanco a:link,.fondoBlanco a:visited,.fondoBlanco a:active{
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-weight: 100;
}
.fondoGris a:link,.fondoGris a:visited,.fondoGris a:active {
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-weight: 100;
}
.fondoAzul a:link,.fondoAzul a:visited,.fondoAzul a:active {
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-weight: 100;
}
.fondoAmarillo a:link,.fondoAmarillo a:visited,.fondoAmarillo a:active {
	color:#003366;
	text-decoration: none;
	font-style: normal;
	font-weight: 100;
}
.fondoBlanco a:hover,.fondoAmarillo a:hover,.fondoGris a:hover,.fondoAzul a:hover{
	text-decoration: none;
	font-style: normal;
	color: #990000;
}
.senderistas {
	padding: 0px;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 100%;
}
.senderistas td {
	border: 1px solid #006633;
	text-align: left;
	margin: 10px;
	padding: 5px;
	font-size: 10pt;
	font-style: oblique;
}
.senderistas h4{
	font-size: 10pt;
	font-style: oblique;
}
.senderistas p{
	margin-top: 5px;
	margin-bottom: -5px;
}
.actualidad td img.centro {
	float: none;
	margin: 0px;
}
.imagenFondo {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}
#navBarIndex {
	margin-top: 0px;
	margin-right: 87%;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
