/*******************************************************************

	Hoja de estilos; formateo de estilos del navegador
	
********************************************************************/

/* =Import
------------------------------------------------------------------ */

/* Eliminamos los estilos por defecto del navegador */
@import url(reset.css); 

/* Importamos los estilos de composición */
@import url(composicion.css);


/* Estilos globales 
------------------------------------------------------------------ */


/* =hx */

h1, h2, h3, h4 {
	font-family:Verdana, Geneva, sans-serif;
}

/* =h1 */

h1 {
	font-size:24px;
	color:#636;
	font-weight: bold;
}

/* =h2 */

h2 {
	font-size:18px;
	color:#000;
	font-weight: bold;
}

/* =h3 */

h3 {
	font-size:14px;
	color:#636;
	font-weight: bold;
}

/* =h4 */

h4 {
	font-size:14px;
	color:#973466;
	font-style: italic;
	font-weight: normal;
}

/* =h5 */

h5 {
	font-size:14px;
	color:#000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

/* =h6 */

h6 {
	font-size:12px;
	line-height:14px;
	color:#C9C;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
/* =h7 */
h7 {
	font-size:14px;
	line-height:14px;
	color:#330033;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}


/* =p */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}

/* =strong */

strong {
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

/* =a */

a {
	text-decoration:none;
	color:#FFF;
	cursor:pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	font-weight: bold;
	color: #1D070A;
	text-decoration: underline;
}

/* =img */

img {

}



/* =Estilos de la cabecera 
------------------------------------------------------------------ */

div#cabecera {
	height: auto;
	width: 980px;
	text-align: center;
}

span {
	font-weight:bold;
}

div#cabecera p {
	float:left;
}

div#cabecera ul {
	float:left;
	width: 800px;
	height: 30px;
	margin-top: 10px;
	margin-left: 100px;
}

div#cabecera li {
	float:left;
	font-weight:bold;	
}

div#cabecera li+li {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #973466;
	background-color: #FE9AFE;
}



/* =Estilos Pie 
------------------------------------------------------------------ */

div#pie {
	text-align:center;
	background-color: #936;
	padding-top: 10px;
}

div#pie p {
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

div#pie a {
	color:#F0B713;
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

div#pie a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #750707;
}




/* =index 
------------------------------------------------------------------ */


div#contenido {
	height: auto;
	width: 980px;
	text-align: center;
}

#index #columna01 {
	width:200px;
	height: 580px;
	float: left;
	margin-left: 8px;
	margin-right: 10px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #D7C6D8;
	border-right-color: #D7C6D8;
	padding-top: 10px;
	padding-right: 6px;
	text-align: left;
}
#index #columna01 img {
	text-align: center;
	margin-left: 40px;
	}
#index #columna02 {
	width:530px;
	height: 580px;
	float: left;
	margin-right: 10px;
}
#index #columna03 {
	width:190px;
	height: 580px;
	float: left;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #D7C6D8;
}


/* =pagina 2 
------------------------------------------------------------------ */
