﻿/*html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p,
    blockquote, pre, a, abbr, acronym, address, big,
    cite, code, del, dfn, em, font, img,
    ins, kbd, q, s, samp, small, strike,
    strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    center, u, b, i {
         margin: 0;
         padding: 0;
         border: 0;
         outline: 0;
         font-weight: normal;
         font-style: normal;
         font-size: 100%;
         font-family: inherit;
         vertical-align: baseline
    }

    body {
         line-height: 1
    }

    :focus {
         outline: 0
    }

    ol, ul {
         list-style: none
    }

    table {
         border-collapse: collapse;
         border-spacing: 0
    }

    blockquote:before, blockquote:after, q:before, q:after {
         content: ""
    }

    blockquote, q {
         quotes: "" ""
    }

    input, textarea {
         margin: 0;
         padding: 0
    }

    hr {
         margin: 0;
         padding: 0;
         border: 0;
         color: #000;
         background-color: #000;
         height: 1px
    }  */

body {
	/* page general elements */
	margin: 5px;
	background-color: #263240;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
} 

html {
	/* IE 5.5+ scrollbar styles */
	scrollbar-base-color : #273341;
	scrollbar-arrow-color : #FF6600;
}

.imagencabecera {
	margin-right: -1px;
	margin-top: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
	margin:-1px;
	padding:-1px;
	border:collapse; 
	width:206px;
}

.imageLeft {
	margin-right: 10px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Menu styles */
#menu {
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu img{
	border: none;
}

#menu ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu li {
	margin: 0px;	
}

#menu a {
	padding-right: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	width: 100%;
	background-color: #273341;
	text-decoration: none;
	border: 1px none #000000;
}

#menu a:link {
	color: #FFFFFF;
}

#menu a:visited {
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #49607A;	
}


/* Frontpage news */

.newsLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FF7F01;
}
a.newsLink:hover {
	color: #FFCC00;
}

/* news text block */
#newsText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #273341;
	text-decoration: none;
}

#newsText a {
	color: #4D6581;
	text-decoration: underline;
	font-weight: bold;
}

#newsText a:hover {
	color: #FF7F01;
	text-decoration: underline;
}

#newsText a:visited {
	color: #4D6581;
	text-decoration: underline;
}

/* footer block styles */

.footerBlock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.footerBlock a {
	color: #B3C5DB;
	text-decoration: underline;
}

.footerBlock a:hover {
	color: #FF7F01;
	text-decoration: underline;
}

.footerBlock a:visited {
	color: #B3C5DB;
	text-decoration: underline;
}
/* spacers */

.spacer5 {
	height: 5px;
}

.spacer10 {
	height: 10px;
}

/* box styles */

.topLinesOrange {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF8800;
	border-right-color: #FF8800;
	border-bottom-color: #FF8800;
	border-left-color: #FF8800;
}

.topLinesLightBlue {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B3C5DB;
	border-right-color: #B3C5DB;
	border-bottom-color: #B3C5DB;
	border-left-color: #B3C5DB;
}


/* general text styles*/

.boxTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
	color: #B3C5DB;
}

a.boxTitle:hover{
	color: #EBEEF5;
	text-decoration: underline;
}

.textField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 13px;
	font-weight: bold;
	color: #273341;
	background-color: #EBEEF5;
	padding: 1px;
	border: 1px solid #4D6581;
	height: 11px;
	width: 75px;
}
.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.menuLink:hover{
	color: #B3C5DB;
	text-decoration: underline;
}
.boxLightBlue {
	border: 1px solid #B3C5DB;
}

.newsTextNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #263240;
	text-decoration: none;
}

.loginFormButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: #000000;
	background-color: #FF9900;
	border: 1px solid #5F7C9E;
	font-weight: bold;
	line-height: 8px;
}

.loginFormBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.loginFormBoldOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FE8002;
}
.newsTextBold {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	
	text-decoration: none;*/
	color: #263240;
	
}
.newsTitleOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FE8002;
	line-height: 18px;
	text-decoration: none;
}
a.newsTitleOrange:hover{
	text-decoration: underline;
	color: #FFCC00;
}
.textoAzulBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B3C5DB;
}

/*div*/
.menu
{
	color:White;
}

.menu a:link {text-decoration:none;color:#ffffff;}
.menu a:visited {text-decoration:none;color:#ffff10;}
.menu a:active {text-decoration:none;color:#FF0000;}
.menu a:hover {text-decoration:none;color:#ffffff;} 

.tablon_login
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	text-decoration:none;
}

.tablon_login a
{
	text-decoration:none;
	color:Orange;
	font-style:italic;
}

.tablon
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

.tablon_cabecera
{
	height:20;
	vertical-align:middle;
	background-color:Orange;
	color:Black;
	width:100%;
}

.sideboxGal {
	margin: 0 auto; /* center for now */
	width: 300px; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 90%;
}

.sideboxReg {
	margin: 0 auto; /* center for now */
	width: 700px; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 80%;
}

.sideboxLogin {
	margin: 0 auto; /* center for now */
	width: 220px; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 80%;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 90%; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 90%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;

}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 5px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 100%; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 10px;
	color: #263240;
}

.boxbodyNOT {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 10px;
	color: #263240;
}


/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


/*bloque del menu (el ancho de la imagen abierta se 
cambia en el javascript que hay debajo de los elementos del menu)*/
#imageMenu
{
	margin:0;padding:0;
	position: relative; 
	/*ancho del bloque del menu*/
	width: 100%; 
	/*alto del bloque del menu*/
	height: 100px;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

/*bloque del menu 2*/
/*hay que poner las opciones de alto y ancho igual que en el anterior*/
#imageMenu ul
{
	margin:0;padding:0;
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 102%;
}

#imageMenu ul li
{
	float: left;
}

#imageMenu ul li a
{
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%; 
	/*distancia y color del borde de la derecha de cada uno de los elementos del menu*/
	border-right: 0px solid #263240;
	cursor: pointer;
	display: block;
	overflow: hidden; 
	/*ancho de cada uno de los elementos del menu*/
	width: 141px; 
	/*alto de cada uno de los elementos del menu*/
	height: 100px;
}

/*Imagenes de fondo de cada uno de los elementos del menu*/
#imageMenu ul li.menu_inicio a
{
	background: url(images/foto01.jpg) repeat scroll 0%;
}

#imageMenu ul li.menu_reverendos a
{
	background: url(images/foto02.jpg) repeat scroll 0%;
}

#imageMenu ul li.menu_doblerre a
{
	background: url(images/foto03.jpg) repeat scroll 0%;
}

#imageMenu ul li.menu_noticias a
{
	background: url(images/foto04.jpg) repeat scroll 0%;
}

#imageMenu ul li.menu_fotos a
{
	background: url(images/foto05.jpg) repeat scroll 0%;
}

#imageMenu ul li.menu_contactar a
{
	background: url(images/foto06.jpg) repeat scroll 0%;
}

.clear
{
	clear: both;
}

/*************************************************************/


/********************slider*****************************/

#slider-stage{width:700px; overflow:auto; overflow-x:hidden; overflow-y:hidden; height:100px; margin:0 auto;}
#slider-buttons{width:632px; margin:0 auto;}
	#slider-list{width:5000px; border:0; margin:0; padding:0; left:400px;vertical-align:middle;text-align:center;}
	#slider-list li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:4px;
		padding:4px; 
		/*background:#DEDEDE;*/
		float:left;
		/*width:200px;*/
		height:200px;
		text-align:center;
		vertical-align:middle;
		}
		
/*************************************************************/

/********************slider*****************************/

#sslider-stage{width:532px; overflow:auto; overflow-x:hidden; overflow-y:hidden; height:80px; margin:0 auto;}
#slider-buttons{width:532px; margin:0 auto;}
	#sslider-list{width:5000px; border:0; margin:0; padding:0; left:400px;vertical-align:middle;text-align:center;}
	#sslider-list li{
		list-style:none; 
		margin:0; 
		padding:0; 
		border:0; 
		margin-right:4px;
		padding:4px; 
		/*background:#DEDEDE;*/
		float:left;
		/*width:200px;*/
		height:80px;
		text-align:center;
		vertical-align:middle;
		}
		
/*************************************************************/