/* Estilos de los textos de la parte publica FRONT ancho de 508px */
.texto {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	text-indent: 2em;
	font-size: 12px;
	height: 240px;
	width: 100;
	margin: 0;
	padding:0px;
	padding-right:30px;
	overflow-x: hidden;
	overflow-y: auto;
}
.texto a {
	color:#FF9900;
}
.texto a:hover {
	text-decoration: none;
}
.texto h1, .texto h2, .texto h3{
	color:#FF9900;
}
.texto h1{  
	font-size: 18px;
    width:100%;
    font-weight:normal;
    line-height: 22px;
	background-image:url(/PagueraBeach/img/linea.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	margin: 5px;
	*margin: 0px;
	*padding:0px;
}
.texto h2{ 
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	margin: 5px;
}
.texto h3{
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
}
.texto ul li{ 
	text-indent: 0px;
}
.texto ol li{
	text-indent: 0px;
}
.texto hr {
	background-color:#FFFFFF;
	color:#FFFFFF;
}
.texto p {
	margin: 4px 0px;
	padding-right:10px;
	width: 508px;
}
/* Estilos de los textos "cortos" (de un ancho distinto a 508px) de la parte publica FRONT */
.texto_corto {
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	text-indent: 2em;
	font-size: 12px;
	width: 100%;
	margin: 0;
	overflow-y: hidden;
	padding-right: 5px;
}
.texto_corto .linea_corto {
	margin-top:0px;
	width:100%;
	height:1px;
	background-image:url(/PagueraBeach/img/linea.jpg);
	background-repeat:no-repeat;
}
.texto_corto a {
	color:#FF9900;
}
.texto_corto a:hover {
	text-decoration: none;
}
.texto_corto h1, .texto_corto h2, .texto_corto h3{
	color:#FF9900;
}
.texto_corto h1{  
	font-size: 18px;
    width:100%;
    font-weight:normal;
    line-height: 22px;
	background-image:url(/PagueraBeach/img/linea.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	margin: 5px;
	*margin: 0px;
	*padding:0px;
}
.texto_corto h2{
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
	margin: 5px;
}
.texto_corto h3{
	font-size: 14px;
	font-weight: normal;
	margin: 5px;
}
.texto_corto ul li{
	text-indent: 0px;
}
.texto_corto ol li{
	text-indent: 0px;
}
.texto_corto hr { 
	background-color:#FFFFFF;
	color:#FFFFFF;
}
/* Estilos de los textos de la parte privada BACK */
.textoBack {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-indent:2em;
	text-align: justify;
	margin:0px auto;
	padding:0px;
	padding-right:20px;
	width: 508px;
	overflow-x:hidden;
	background-image:url(/PagueraBeach/img/contenido.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; 
}
.textoBack a {
	color:#FF9900;
}
.textoBack a:hover {
	text-decoration: none;
}
.textoBack h1, .textoBack h2, .textoBack h3{
	color:#FF9900;
}
.textoBack h1{
	font-size: 18px;
    font-weight:normal;
    line-height: 22px;
	background-image:url(/PagueraBeach/img/linea.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	margin: 5px;
	padding:0px;
	*margin: 0px;
	*padding:0px;
}
.textoBack h2{ 
	font-size: 16px; 
	font-style: italic; 
	font-weight: normal; 
	text-decoration: underline;
	margin: 5px;
}
.textoBack h3{ 
	font-size: 14px; 
	font-weight: normal;
	margin: 5px;
}
.textoBack p { 
	margin: 4px 0px;
}
.textoBack ul li{
	text-indent: 0px;
}
.textoBack ol li{ 
	text-indent: 0px;
}
.textoBack hr { 
	background-color:#FFFFFF;
	color:#FFFFFF;
}