﻿/* CUERPO */
body 
{
	background-color: #f1b0b9;
	
	margin: 8px;
	text-align: justify;
	color: black;
}
/* //CUERPO */

A { color: #a76871; text-decoration: underline; }
A:hover { color: blue; text-decoration: underline; }
A:visited {}
A:link {}

A.Especial { color: #f1b0b9; text-decoration: underline; }
A.Especial:hover {color: white; text-decoration: underline; }
A.Especial:visited {}
A.Especial:link {}

/* CONTENEDORES */
DIV.ContenedorPagina
{
	width:800px;
	height: 700px;
	background-color:#a76871;
	border-style: solid; 
	border-color: #3d70aa; 
	border-width: 5px;
}
TD.Cabecera
{
	height: 133px; 
	width: 674px; 
	background-image: url(imagenes/cabeceras/cabecera1.jpg);
	background-position: center bottom;
	background-color: White;
	background-repeat: no-repeat;
}
TD.CabeceraDerecha
{
	height: 133px; 
	width: 126px; 
	/*background-image: url(imagenes/cabeceras/cab2.jpg)*/
}
TD.SubCabecera1
{
	height: 226px; 
	width: 547px;
	background-repeat: no-repeat; 
	background-image: url(imagenes/cabeceras/cab3.jpg);
	vertical-align: bottom;
}
TD.SubCabecera1 IMG
{
	padding-bottom: 43px;
	padding-left: 150px;
}
TD.SubCabecera2
{
	height: 226px; 
	width: 124px;
	background-repeat: no-repeat; 
	background-image: url(imagenes/cabeceras/cab4_izq.jpg);
	background-position: right top;
	background-color: #a76871;
}
TD.SubCabecera3
{
	height: 226px; 
	width: 126px;
	background-repeat: no-repeat; 
	background-image: url(imagenes/cabeceras/cab4_der.jpg);
	background-position: left top;
	background-color: #a76871;
}
DIV.ContenedorNivel1
{
	padding-left: 36px;
	text-align:left;
}
DIV.ContenedorNivel2
{
	width: 395px; 
	height: 330px; 
	background-color: White;
}


DIV.Menu
{
	padding-left: 10px; 
	font-family: Times New Roman, Arial, Verdana, Tahoma; 
	font-size: 12px;
}




DIV.TituloBienvenida
{
	font-family: Times New Roman, Arial, Verdana, Tahoma; 
	font-size: 18px;
	color:White;
}
DIV.TextoBienvenida
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: Black;
	padding-right: 40px;
	padding-top: 15px;
	padding-left: 10px;
	text-align: justify;
	font-weight:bold;
}
DIV.ContenedorSeparadorDireccion
{
	padding-top: 40px;
	padding-bottom: 20px;
}
DIV.SeparadorDireccion
{
	height: 5px;
	background-color: #b9868d;
	width: 250px;
}
DIV.DireccionPostal
{
	font-family: Tahoma, Arial, Verdana;
	color:White;
	font-size: 10px;
	font-weight: bold;}



DIV.Contenido
{
	font-family: Tahoma,Arial,Verdana;
	font-size: 12px;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	
	/*text-align: left;*/
}
DIV.PanelContenido
{
	padding-right: 10px;
}
DIV.ContenidoCentral
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #fee59a;
	
	padding-bottom:15px;
}
/* //CONTENEDORES */

/* MENUITEMS */
A.MenuItem
{
	float:left;
	display: block;
	
	width: 120px;
	
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 7px;
	padding-bottom: 3px;
	
	background-image: url('imagenes/boton_menu.gif');
	background-repeat: no-repeat;
	background-position: right;
	
	font-family: Times New Roman, Arial, Verdana, Tahoma;
	font-size: 18px;
	color: black;
	height: 32px;
	text-align: center;
	
	text-decoration: none;
}
A.MenuItem:hover
{
	color: #a76871;
	text-decoration: none;
}

DIV.BarraPath
{
	background-image: url('imagenes/backgrounds/path_background.gif');
	background-position: right center;
	background-repeat: no-repeat;
	
	text-align: right;
	
	font-family: Arial, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: White;
	
	padding-right: 10px;
	
	height: 28px;
}
/* //MENUITEMS */

/* TIPOS DE DATOS DE CONTENEDOR */
.TituloContenido
{
	font-family: Times New Roman, Arial, Verdana, Tahoma; 
	font-size: 16px;
	font-weight: bold;
	color: #a76871;
	text-align: right;
}
.Contenido
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: black;
	text-align: justify;
}
.TituloApartado
{
	font-family: Times New Roman, Arial, Verdana, Tahoma; 
	font-size: 32px;
	color: #a76871;
}
IMG.ImagenContenido
{
	margin: 6px;
	padding: 2px;
	border: solid 3px #f1b0b9;
}
/* //TIPOS DE DATOS DE CONTENEDOR */


/* GALERIA DE IMAGENES */
DIV.ContenedorGaleria
{
	/*padding:10px;*/
	text-align: left;
}
DIV.ContenedorGaleria DIV.CabeceraGaleria
{
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	color: #cc9933;
	font-weight: bold;
}
DIV.ContenedorGaleria DIV.Galeria
{
	/*padding: 15px;*/
}
DIV.ContenedorGaleria IMG
{
	/*border: solid 1px white;
	margin: 2px;
	padding: 2px;*/
	
	cursor: pointer;
	
	margin: 6px;
	padding: 2px;
	border: solid 3px #f1b0b9;
}
DIV.ContenedorGaleria .Titulo
{
	font-family: Verdana, Arial, Tahoma;
	font-size: 18px;
	color: black;
}
DIV.ContenedorGaleria .Comentario
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: black;
	text-align: justify;
}
/* //GALERIA DE IMAGENES */

/* GOOGLE MAPS */
DIV.GoogleMapsDiv
{
	border: solid 1px white;
	margin: 2px;
	padding: 2px;
}
DIV.CartelGoogleMaps
{
	font-family: Tahoma, Arial, Verdana;
	font-size:11px;
	color: Black;
}
DIV.CartelGoogleMaps .Titulo
{
	font-weight: bold;
	color: #7b242d;
	font-size: 30px;
	font-family: Times New Roman, Arial, Verdana, Tahoma; 
}
DIV.CartelGoogleMaps IMG
{
	border: solid 3px #7b242d;
	margin: 4px;
	padding: 4px;
}
/* //GOOGLE MAPS */



.modalBackground {
	background-color:#7b242d;
	filter:alpha(opacity=50);
	opacity:0.5;
}

.modalPopup
{
	background-color: White;
	border: solid 6px black;
}
.modalPopup img 
{
	border:solid 5px #fff;
	
	max-height: 400px;
	max-width: 400px;
	
	width: expression(this.width > 400 ? 400: true);
	height: expression(this.height > 400 ? 400: true);
}
.modalPopup-text 
{
	display:block;
	color:#000;
	background-color:#fff;
	text-align:center;
	border:solid 2px #000;
	padding:10px;
}
.modalPopup-text input 
{
	/*width:75px;*/
}

DIV.modalPopupCabecera
{
	width:100%;
	background-color: black;
	color: White;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}

.PanelContenedorConFondo
{
	background-repeat: no-repeat;
	background-position: right bottom;
	/*min-height: 650px;
	height:auto !important;
	height: 650px;*/
}

A.ConPuntero
{
	cursor: pointer;
}


