/* CSS Document */

/* ______________________________________________________________________ GENERAL */

html, body, div {
	margin: 0px;
	padding: 0px;
	border: none;
	}

body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:center;
	background-image: url(../imagenes/fondo_general.jpg);
	background-repeat:repeat-x;
	background-color:#795300;
	}


/* ______________________________________________________________________ LAYOUT */


#contenedor {
	width:750px;
	margin: 0 auto 0 auto;
	}
	
#cabeza {
	width:750px;
	height:115px;
	background-image: url(../imagenes/fondo_cabeza1.jpg);
	background-repeat:no-repeat;
	background-color:#996600;
	}
	
#medio {
	width:750px;
	height:365px;
	background-image: url(../imagenes/fondo_medio.jpg);
	background-repeat:no-repeat;
	background-color:#996600;
	}
	
#pie {
	width:750px;
	height:80px;
	background-image: url(../imagenes/fondo_pie.jpg);
	background-repeat:no-repeat;
	background-color:#996600;
	}

#imgv {
	width:238px;
	height:365px;
	border:0px;
	float:left;
	overflow:hidden;
	}
	
#textoh {
	width:472px;
	height:345px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	overflow: hidden;
	float:left;
	font-size:12px;
	text-align:left;
	color:#FFFFFF;

	}

#imgh {
	width:750px;
	height:365px;
	border:0px;
	}

#generico {
	padding-top:50px;
	padding-left:50px;
	overflow:hidden;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:7F0000;
	font-size:12px;
	}
	

/* ______________________________________________________________________ LINKS */

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

a:hover, a:active {
	color: #fff;
	background: #FF0000;
	}

/* ______________________________________________________________________ LINKS MEDIO */

#medio a {
	color:#FF0000;
	font-weight:bold;
	background:none;
	}

#medio a:hover {
	color:#FF0000;
	font-weight:bold;
	text-decoration:underline;
	border:#FF0000;
	border:1px;
	}

#medio a img {
/*	border-width:1px;
	border-color: #CC9933;*/
	}

#medio a img:hover {
/*	border-width:1px;
	border-color:#FF0000;
	background:#FF0000;*/
	}

/* ______________________________________________________________________ BOTONES CABEZA */

#home {
	width:750px;
	height:95px;
	overflow:hidden;
	}
	
#botoncabeza {
	height: 20px;
	margin-left:2px;
	float:right;
	background-color: #660000;
	color: #FFF;
	}

#cabeza a {
	display: block;
	line-height: 20px;
	}

/* ______________________________________________________________________ BOTONES MEDIO */

#uno {
	width:215px;
	height:135px;
	float:left;
	padding-top:45px;
	padding-left:15px;
	text-align:left;
	}

#dos {
	width:215px;
	height:135px;
	float:right;
	padding-top:45px;
	padding-right:15px;
	text-align:left;
	}

#tres {
	width:215px;
	height:135px;
	float:left;
	padding-top:45px;
	padding-left:38px;
	text-align:left;
	}

#cuatro {
	width:215px;
	height:130px;
	float:left;
	padding-top:25px;
	padding-left:115px;
	text-align:left;
	}

#cinco {
	width:215px;
	height:130px;
	float:left;
	padding-top:25px;
	padding-left:86px;
	text-align:left;
	}

/* ______________________________________________________________________ BOTONES PIE */
	
#botonpie {
	height: 20px;
	float:left;
	background-color: #660000;
	color: #FFF;
	border-right: solid #FFFFFF;
	border-right-width:1px;
	}
	
#botonpie a {
	height:20px;
	display: block;
	line-height: 20px;
	}

/* ______________________________________________________________________ SUSCRIBIR */

#suscribir {
	width:700px;
	float:left;
	padding-top:20px;
	padding-left:24px;
	text-align:left;
	font-size:12px;
	color:#FFFFFF;
	}


/* ______________________________________________________________________ CLASES */

.saber {
	color:#FF0000;
	font-weight:bold;
	}
	
.titulos {
	font-weight:bold;
	}
	

h1 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	}


. {
	}
	
# {
	}
