/* CSS Document */

body { 
background: #E0E0D4 url(imagenes/back_tile2.jpg) 0 0 repeat;
margin: 0px 0px 0px 0px;
height: 100%;
font-size: 80%;
align: center;
}


.textos_cuerpo {
	
	padding:0;
	font-family:  "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

.textos_cuerpo a{
	color: #747474;
	text-decoration: none;
	font-weight: bold;
	}
	
.textos_cuerpo a:hover{
	text-decoration: underline;
	
	}

.textos_cuerpo_sm {
	
	padding:0;
	font-family:  "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #969696;
}

.textos_cuerpo_sm a{
	
	color: #E3D9A5;
	text-decoration: none;
}

.titulo_1 {
	margin:0;
	padding:0;
	font-family:  Georgia, "Times New Roman", Roman;
	font-size: 18px;
	color: #780009;
	font-weight: normal;
	}
	
.titulo_1 a {
	color: #780009;
	text-decoration: none;
	}
	
.titulo_1 a:hover {
	color: #780009;
	text-decoration: underline;
	}

.titulo_2 {
	margin:0;
	padding:0;
	font-family:  Arial, "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 15px;
	color: #123124;
	font-weight: normal;
	}
	
.titulo_3 {
	margin:0;
	padding:0;
	font-family:  Arial, "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 15px;
	color: #806446;
	font-weight: normal;
	}

.titulo_1_paint {
	margin:0;
	padding:0;
	font-family:  Georgia, "Times New Roman", Roman;
	font-size: 18px;
	color: #d8d9cb;
	background-color: #780009;
	font-weight: normal;
	}	
	
	
.titulo_2_paint {
	margin:0;
	padding:3px;
	font-family:  Arial, "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #d8d9cb;
	display:block;
	background-color: #780009;
	font-weight: normal;
	}	
	
.menu_top {
	margin:0;
	padding:0;
	font-family:  Georgia, "Times New Roman", Roman;
	font-size: 12px;
	line-height: 26px;
	color: #B86D44;
	font-weight: bold;
	}
	
.menu_top a{
	color: #B86D44;
	text-decoration: none;
	}

.menu_top a:hover{
	color: #6F0004;
	text-decoration: none;
	}

.menu_cab {
	
	padding:0;
	font-family:  "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #F5F1E8;
}

.menu_cab a{
	color: #F5F1E8;
	text-decoration: none;
	font-weight: normal;
	}
	
.menu_cab a:hover{
	color: #F5F1E8;
	text-decoration: none;
	
	}



td.menu_top  {
 	border-right: 1px solid #DACE89;
	}

.col_derecha {
	
	border-right: 1px solid #C7C5BA;
	}
	
.col_izqder {
	border-left: 1px solid #C7C5BA;
	border-right: 1px solid #C7C5BA;
	}
	
.col_topbot {
		border-bottom: 1px solid #C7C5BA;
	}

