/* redefiniciones */
body {
	background-color: #FFFFFF; /*#f0f0f0;*/
	font-family: "Tahoma";
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
}


/* /////////////////////// FONDO ////////////////////////// */
#fondo {
	width:100%;
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	background-color:#FFFFFF;
	background-image: url('../imagenes/barra.png');
	background-position: top left;
	background-repeat: repeat-x;
}

/* /////////////////////// CONTENEDOR ///////////////////// */

#contenedor {
	width:736px;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
}

/*/////////////////////// CABECERA /////////////////////*/

#cabecera {
	width:100%;
	height:295px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom: 10px;
	background-image: url('../imagenes/barra.png');
	background-position: top left;
	background-repeat: repeat-x;
}

/*/////////////////////// CUERPO /////////////////////*/

#cuerpo {
	padding: 0px 20px 0px 20px;
}

#cuerpo h1
{
	border-bottom: dotted 2px #5CAB00;
	color: #5D5F53;
	padding-bottom: 0.3em;
	margin-bottom: 0px;
	margin-top: 10px;
}

#cuerpo img
{
	margin: 0px 5px 0px 5px;
	padding: 1px;
	border: 2px solid #006600;
}

#cuerpo .parrafo
{
	margin: 0px 0px 10px 0px;
}
#cuerpo .parrafo2
{
	margin: -5px 0px 10px 0px;
}
#pestanas ul
{
	margin:0px 30px 0px 0px;
	padding:0px;
	list-style:none;
	line-height: 1.2em;
	width: 100%;
}
#pestanas ul.horizontal li div
{
	float: left;
}
#pestanas ul.horizontal li
{
	display: inline;
}

#pestanas li
{
	margin:0;
	padding:0;
}
#pestanas div
{
	padding: 10px;
}
#pestanas a
{
	color: #5D5F53;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
#pestanas .seleccionada div
{
	background-color: #E0FDC6;
}
#pestanas .seleccionada a
{
	color: #99CC00;
}	
.pestanasContenedor
{
	border: 4px solid #E0FDC6;
	background-color: #ECFCEB;
}
.bloqueActivo
{
	display: inline;
}

.bloqueActivo p
{
	padding: 10px 15px 0px 15px;
}

.bloqueInactivo
{
	display: none;
	padding: 10px 15px 0px 15px;
}
.tablaDatos
{
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}
.tablaDatos td,th
{
	border-bottom: 1px solid #CCC;
	padding: 0 0.5em;
}

.tablaDatos td.adyacente
{
	border-left: 1px solid #CCC;
	text-align: center;
}
.tablaDatos td.vacia
{
	border-left: 1px solid #CCC;
	border-bottom:none;
}

.tituloListado {
	font-size: 13px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.justificado
{
    text-align: justify;
}
.datosContacto {
	font-size: 14px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
input {
	font-family: "Tahoma";
	font-size: 12px;
	border: 1px solid #333333;
	padding: 4px;
}
textarea {
	font-family: "Tahoma";
	font-size: 12px;
	border: 1px solid #333333;
	padding: 4px;
}
#mapa
{
	margin: 0px 5px 0px 5px;
	padding: 1px;
	border: 2px solid #006600;
}
#pie
{
	border-top: dotted 2px #5CAB00;
	color: #5D5F53;
	padding-top: 0.3em;
	font-size: 10px;
	text-align: center;
}

#pie .menu
{
	margin-top: 0px;
	font-size: 12px;
}

#pie .menu a
{
	color: #5D5F53;
	text-decoration: none;
}

#pie .menu a:hover
{
	text-decoration: underline;
}
.confirmacion {
	background-color: #CCFFCC;
	padding: 5px;
	border: 3px solid #003300;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	margin: 5px;
}
.info {
	background-color: #CCCCFF;
	padding: 5px;
	border: 3px solid #003300;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	margin: 5px;
}
.error {
	background-color: #FFCCCC;
	padding: 5px;
	border: 3px solid #993300;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 12px;
	margin: 5px;
}
