/***********************************************/
/* Fichero: visita.css                         */
/* Autor: Sergio.Iglesias                      */
/* Web: visita-castillayleon.com               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background-color: #eee;
	font-family: Arial;
	color: #000;
	line-height: 1.25;	
	margin: 0px;
	padding: 0px;
}

/************* global styles ****************/
img{
	border: 0px;
}

a:link, a:visited{
	color: #369;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.color:link, a.color:visited{
	color: #999;
	text-decoration: none;
}

a.color:hover{
	color: #000;
	text-decoration: none;
}

a.idioma, a.idioma:visited{
	background-color: #999;
	color: #fff;
	font-size: 0.9em;
	border: 1px solid #999;
	padding: 0px 5px 0px 5px;
}

a.idioma:hover{
 	background-color: #000;
	color: #fff;
	text-decoration: none;
}

a.idiomaa, a.idiomaa:visited{
	background-color: #369;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 0px 5px 0px 5px;
}

fieldset{
	background-color: #efefef;
}

/************** header tag styles **************/

h1{
	font: 2.5em Arial,sans-serif;
	color: #000;
	padding: 15px 0px 0px 10px;
	margin: 0px;
}

h2{
	font: 1.5em Arial,sans-serif;
	color: #999;
	margin: 0px;
	padding: 0px 0px 15px 10px;
	border-bottom:1px solid #369;
}

h3{
 	font: bold 100% Arial,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Divs                                        */
/***********************************************/
#contenedor {
	width: 760px;
	position: relative;
}

#contenido{
	position: absolute;
	left: 2%;
	right: 2%;
	width: 95.6%;
	background-color: #fff;
	text-align: left;
	border-right: 1px solid #369;
	border-left: 1px solid #369;
}

#navegacion{
	float: left;
	width: 200px;
	padding: 0px;
	margin-right: 10px;
	background-color: #fff;
	border-right: 1px solid #336699;
	border-bottom: 1px solid #336699;
	font: small Verdana,sans-serif;
	margin: 0 10px 15px 0;
}

#content{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 10px;
	
}

/* CSS Tabs */
.container {
	width: 100%px;
	padding: 10px;
	margin: 0px 0 20px 0;
	border: 1px dotted #336699;
	background: #fff;
}

/* rounded */

#nav {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #336699;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 13px;
        line-height: 16px;
        font-weight: bold;
        padding: 0 8px 6px 8px;
        text-decoration: none;
        color: #3366AC;
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #1C3961;
        background: url(../images/rounded.gif) no-repeat bottom center;
}
/************* localizador styles ***************/
#localizador{
	background-color: #369;
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #fff;
}

#localizador a{
	color: #fff;
}

#localizador a:hover{
	color: #fff;
	text-decoration: underline;
}

/************** texto styles *****************/
.texto{
	padding: 0px 0px 10px 20px;
	font-size: 0.8em;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
html>body .texto {height: auto;}

.texto h3{
	font: 175% Arial,sans-serif;
	color: #000;
	padding: 0px 0px 5px 0px;
}

.texto p{
	color: #000;
}
.texto ul{
	color: #000;
	padding: 0 0 0 10px;
	margin-left: 15px;
}

/************** copyright styles ****************/
#copyright{
	clear: both;
	border-top: 1px solid #369;
	font-size: small;
	color: #999;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align: center;
}

/************** enlaces styles ****************/
#enlaces{
	font-size: 0.7em;
	color: #666;
	text-align: center;
	margin-bottom: 5px;
}

#enlaces a{
	color: #666;
}

/************ menu styles **************/
#menu{
	margin: 0px;
	padding: 0px;
	clear: none;
}

#menu h3{
	background-color: #369;
	color: #fff;
	padding: 5px;
}

#menu a:link, #menu a:visited{
	display: block;
	border-bottom: 1px solid #369;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #369;
}

#menu a:hover{
	background-color: #fff;
	border-left: 5px solid #369;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#menu a.activo:link, #menu a.activo:visited {
	display: block;
	border-bottom: 1px solid #369;
	background-color: #ccc;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/************* anuncios styles **************/
.anuncios{
	background-color: #fff;
	margin: 0px;
	border-left: 1px solid #ccc;
}

.anuncios h3{
	background-color: #369;
	color: #fff;
	padding: 5px;
}

.anuncios p{
	background-color: #fff;
	font-size: 0.8em;
	padding: 4px;
	margin: 4px;
	border: 1px dotted #ccc;
}