@charset "utf-8";
*{margin:0;padding:0; border:0}

body {
	font: 100% "Times New Roman", Times, serif;
	background: url(../images/tile.jpg) repeat;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #5cc6d0;
}
h1{font-family:"Times New Roman", Times, serif; color: #727376; font-size:36px; border-bottom: 1px solid #5cc6d0;}
h2 {color: #727376;}
p {color:#727376}

a {text-decoration:none; color:#727376}
a:hover{text-decoration:underline; color:#333}
.items {margin:10px 0; background:url(../images/bulet00.gif) no-repeat right; padding-right:30px}

/******************************************************************************************
*******************************************************************************************
	CONTENEDORES
*******************************************************************************************
******************************************************************************************/

.twoColFixRt #container {
	width: 798px;
	margin: 15px auto 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	text-align: left; /* esto anula text-align: center en el elemento body. */
	}

.twoColFixRt #containerContent{border: 1px solid #9D9D9D;padding: 10px; background:#F7F6F4}


/******************************************************************************************
*******************************************************************************************
	SIDERBAR 1
*******************************************************************************************
******************************************************************************************/
.twoColFixRt #sidebar1 {
	float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 355px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */
	padding: 15px 10px;
	background: #e6e7e8 url(../images/bg-siderbar01.png) no-repeat bottom right;
}
	.twoColFixRt .cajatexto1{ margin:220px 20px 0 30px;}
	.twoColFixRt .cajatexto2{ margin:10px 20px 0 30px;}
	.twoColFixRt .cajatexto2 p {color: #5cc6d0}
	.twoColFixRt .cajatexto3 {margin:100px 20px 0 30px;}
	.twoColFixRt .cajatexto3 p {font-size:18px; line-height: 25px}
	.twoColFixRt .cajatexto4 {margin:100px 20px 0 30px;}
	.twoColFixRt .cajatexto4 p { font-size:18px; margin-bottom:20px}


/*  ESTILO BOUTIQUE.PHP*/
	.twoColFixRt .tableBoutique{color:#41758D; width:335PX}
	.twoColFixRt .tableBoutique p{text-align:left}
	.twoColFixRt .tableBoutique img {margin:2px}
	.twoColFixRt .tableBoutique td.calImg{width:129px}

/*  ESTILO NOVIAS-2010.PHP */	
	.twoColFixRt .tableNovias{margin:0; padding:0}
	.twoColFixRt .tableNovias img{cursor:pointer; margin:0 0px; background-color:#fff; border:1px solid #ccc; padding:1px;}
	.twoColFixRt .tableNovias td.separar5pxDer {padding: 0 5px 5px 0}
	.twoColFixRt .tableNovias td.separar5pxBott{padding-bottom:5px}
	.triggers { text-align:center;  color:#8E8E8C; margin:80px 20px 0 0px; line-height:25px; font-size:18px}
	.triggers img { cursor:pointer; margin:0 5px; background-color:#fff; border:1px solid #ccc; padding:2px; }
/* styling for elements inside overlay */
	.details { position:absolute; top:15px; right:15px; font-size:11px; color:#fff; width:150px; }
	.details h3 { color:#aba; font-size:15px; margin:0 0 -10px 0; }		
	
/* ESTILO PRENSA.PHP */
	.twoColFixRt .tablePrensa{margin-top:60px}		
	

/******************************************************************************************
*******************************************************************************************
	MAINCONTENT
*******************************************************************************************
******************************************************************************************/
.twoColFixRt #mainContent {margin: 0 388px 0  0; padding: 0px;} 

/******************************************************************************************
*******************************************************************************************
	PIE (MENU)
*******************************************************************************************
******************************************************************************************/
.menu{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A08B5C;
	margin-top:15px
}
.menu a{ margin-left:8px; margin-right:8px; }
.splash { height: 597px; width: 911px; }
.menu a:link { text-decoration: none; color: #727376; }
.menu a:visited { text-decoration: none; color: #727376; }
.menu a:hover { text-decoration: underline; color: #a6a7a8; }
.menu a:active {text-decoration: none; color: #a6a7a8;}
.copy{text-align:center; color:#999; font-size:10px; margin-top:6px; }

/******************************************************************************************
*******************************************************************************************
	CLASES VARIAS
*******************************************************************************************
******************************************************************************************/
.clearfloat { clear:both; height:0; font-size: 1px; line-height: 0px; }
