@charset "utf-8";
/* CSS Document */
/* Estilos globales */
*{
	margin:0px;
	padding:0px;
}

body{
	background:#2C1200;
}

img{border:none;}

select{padding:1px 1px 1px 0px;}

h1{
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center;
	text-decoration:underline;
}

h2{
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom:0px;
	text-align:center;
	text-decoration:none;
}


p{
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:12px;
	text-align:justify;
}
/*img{border:1px solid black;}*/
a{color:#EEEEEE; text-decoration:none; font-weight:bold;}
a:hover{color:#000000;}

/* Pagina */
#global{
	width:755px;
	margin:auto;
	margin-top:10px;
}
#cabecera{
	height:98px;
	width:755px;
	float:left;
}

#principal{
	width:755px;
	background:url(imagenes/decoracion/shd_right.png) right repeat-y;
	float:left;
}
	#padreContenido{
    	width:748px;
    	border:1px solid black;
    	border-top:none;
    	background:url(imagenes/decoracion/fondoPadreContenido.png) repeat-y;
    	float:left;
	}
		#contImgSup{
			width:524px;
			height:49px;
			background:#ffe985;
			float:left;
			margin:5px 4px 0px 0px;
			padding:10px 20px 0px 0px;
			border-right:1px solid black;
			border-top:1px solid black;
		}
			#contImgSup a{color:#5a2800; text-decoration:underline;}
			#contImgSup a:hover{color:#e5773b; text-decoration:none;}
		
		#contImgCor{
			width:60px;
			height:60px;
			background:url(imagenes/decoracion/curva_topLeft.png) no-repeat;
			float:left;
			margin-top:5px;
		}
		#contImgIzq{
			width:59px;
			background:#ffe985;
			border-left:1px solid black;
		}
		#menuIzq{
			width:117px;
			padding:15px 11px 0px 11px;
			background:url(imagenes/decoracion/fondoMenu.png) repeat-y;
		}
			#menuIzq p{margin-bottom:10px;}
			#menuIzq img{border-style:none;}

		#contenido{
			width:487px;
			background:#ffe985;
			float:left;
			border-right:1px solid black;
			margin-right:4px;
			padding:0px 55px 45px 2px;
		}
			#contenido a{color:#5a2800; text-decoration:underline;}
			#contenido a:hover{color:#e5773b; text-decoration:none;}

	#pie{
		width:748px;
		height:50px;
		background:url(imagenes/decoracion/fondoPie.png) repeat-x;
		float:left;
	}
		#pie p{
			text-align:center;
		}

#sombraInfIzq{
	width:8px;
	height:6px;
	background:url(imagenes/decoracion/shd_bottomLeft.png) right no-repeat;
	float:left;
}
#sombraInf{
	width:739px;
	height:6px;
	background:url(imagenes/decoracion/shd_bottom.png) right repeat-x;
	float:left;
}
#sombraInfDer{
	width:8px;
	height:6px;
	background:url(imagenes/decoracion/shd_bottomRight.png) right no-repeat;
	float:left;
}

.textAlign_right{text-align:right;}
.textAlign_center{text-align:center;}