@charset "utf-8";
/* CSS Document */
.despejar {
	clear:both;
	}
body {
	background: #000000 url(../imagenes/fondo1.jpg) no-repeat scroll center center;
	color: #ffffff;
}
#contenido  {
	width:590px;
	margin: 0 auto;
    }
	#wrapper h1 {
		text-align:center;
		padding:15px;
		font-family:"Cooper Black";
		font-size:26px;
		word-spacing:3px;
		letter-spacing:1px;
		background:#A9477F;
		color :#D5B36C;
		}
		#contenido h2 {
		text-align:center;
		padding:8px;
		font-family:"Cooper Black";
		font-size:19px;
		word-spacing:5px;
		letter-spacing:1px;
		border-bottom: 1px solid #333333;
		margin: 0 0 5px 0;
		}
		#info {
				width:530px;
				height:50px;
				padding:10px;
				margin:0 auto;
			    }
				#info h2 {
					font-size:18px;
					font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
					text-align:center;
				}
				#info span.bloque {
					display:block;
					width:230px;
					margin:0 auto;
				}
		#contenido p {
			padding:5px;
			font-family:Tahoma, Geneva, sans-serif;
		    }
			
			#contenido p span {
				font-weight:bold;
				font-size:14px;
			    }
				#contenido p span.tel {
					display:inline-block;
					margin: 10px 0 0 5px;
				}
				#contenido p em {
					font-style:italic;
				}
				#contenido div.direccion {
					margin:10px 0 10px 0;
					border-top:1px solid #000;
					padding-top:10px;
				}
				#contenido div.mapa {
					float:right;
					width:250px;
				}
				#contenido a.formatearenlace {
					text-decoration:none;
					color:#FFF !important;
					cursor:pointer;
					font-weight: bolder !important;
				}
				#contenido img.alinear {
					display:block;
					margin: 0 auto;
				}
/*** estolos social  **/
a.social {
	position:absolute;
	margin-left: -150px;
	top:150px;
}
a.twitter {
	position:absolute;
	margin-left:-150px;
	top:300px;
}
/************ estilos para el footer   ***********/
#footer {
	background: #A9477F;
	font-family:Tahoma, Geneva, sans-serif;
	color: #D5B36C !important;
	clear:both;
	font-size: 0.9em;
}
ul.lista-pie {
	width: 100%;
	clear:both;
}
ul.lista-pie li {
	list-style:none;
	font-weight:bold;
	float:left;
	width:auto;
	padding:3px;
    }
ul.crh-cyr li {
	width:50%;
	padding:0;
	margin:0;
	text-align:center;
}
span.dir {
	display:block;
	}
#footer p {
		border-top: 1px solid #fff;
		padding-top:1px;
		margin-top: 10px;
		text-align:center;
	}
#footer p.pie {
		border-top: 1px solid #fff;
		color: #D5B36C;
		padding-top:1px;
		margin-top: 10px;
		text-align:justify;
		line-height:20px;
	}
	#footer p,
	#footer p a {
		font-size:12px;
		color: #fff;
		font-weight:bolder;
	}
/***************  estilos para las pestañas  **********/
p.aviso {
	margin: 10px 0;
	text-align:justify;
}
.contenedor_tab {
	float:left;
	clear:both;
	padding:0px;
	margin:0 auto;
	display:block;
	border:1px solid #333;
	-moz-border-radius:0 0 7px 7px;
	-webkit-border-radius:0 0 7px 7px;
	border-radius: 0 0 7px 7px;
	text-align:justify;
	}
 	ul.tabs{
		float:left;
		margin:0;
		padding:0;
		list-style:none;
		height:34px;
		margin-top:-5px;
		}
		ul.tabs li{
			float:left;
			margin:0;
			padding:0;
			height:33px;
			line-height:31px;
			border:1px solid #333;
			margin-bottom:-1px;
			background: #FF9A00;
			overflow:hidden;
			position:relative;
			border:1px solid #333;
			-moz-border-radius:7px 7px 0 0;
			-webkit-border-radius:7px 7px 0 0;
			border-radius: 7px 7px 0 0;
			}
			ul.tabs li a{
				text-decoration:none;
				color:#fff;
				display:block;
				font-size:13px;
				padding:0 2px;
				/*border:1px solid #f60;*/
				outline:none;
				-moz-border-radius:7px 7px 0 0;
				-webkit-border-radius:7px 7px 0 0;
				border-radius: 7px 7px 0 0;
				}
 				ul.tabs li a:hover{
					background:#FC0;
					}
			   ul.tabs li.activa,ul.tabs li.activa a,ul.tabs li.activa a:hover {
				   color:#000;
				   font-weight:bold;
				   background:#F7C75C;
				   border-bottom:1px solid #F7C75C;
				   }
 			   .contenido_tab{
				   padding:10px;
				   margin-top: 2em;
				   }
					.contenido_tab h4 {
						font-weight:bold;
						text-align:center;
						border-bottom:2px solid #003;
						background:#A9477F;
						color:#D5B36C !important;
					}
					.contenido_tab h3 {
						font-weight:bold;
						background:#A9477F;
						color:#D5B36C !important;
						padding:10px 0;
					}
					.contenido_tab p {
						line-height: 120%;
					}
 				.contenido_tab img{margin:0 20px 20px 0;border:1px solid #ddd;padding:5px}			
				ul.legal li {
					line-height: 110%;
					margin:5px 0;
				}
/**** estilos patra el formulario  ***/
a#boton {
	color: #D5B36C ;
	text-decoration:none;
	border-bottom: 1px outset #A9477F;
	}
	a#boton:hover {
		border-bottom: 1px dotted #D5B36C;
	}
form#usuarios {
	font-size: .8em;
	width: 450px;
	}
	form#usuarios fieldset {
		width:100%;
		border: 1px solid #900;
		padding:5px;
		margin:10px;
		}
		form#usuarios fieldset legend {
			border-radius: 3px;
			padding: 5px;
			background: #900;
			color: #fff;
			font-weight:bolder;
			margin: 0 0 0 10px;
		}
	form#usuarios .label {
		float:left;
		width: 150px;
		margin-right: 10px;
		text-align: right;
		font-weight: bold;
		clear:left;
	}
#registro,
#reset {
	margin-left:360px;
	background-color: #CBD893;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	display:inline;
}
#reset {
   margin-top: 5px;
   margin-left:360px;
}
#nombre,#apellidos,
#email,#telefono,
#ciudad,#asunto,
#mensaje {
	background-color: #FBEF99;
	font-family: "Lucida Console", Monaco, monoscope;
	font-size: .9em;
	width: 250px;
	margin-top: 2px;
	}
	#nombre:focus,#apellidos:focus,
	#email:focus,#telefono:focus,
	#ciudad:focus,#asunto:focus,
	#mensaje:focus {
		background-color: #FDD041;
	}
form#usuarios span sup {
	font-weight:bold;
	color: #f00;
}
/** ESTILOS INPUT FILE **/
label.checkbox-label {
	width: 100% !important;
}	
.SI-FILES-STYLIZED label.cabinet
{
    height: 30px;
    background: url(images/adjunto.png) right top no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px !important;
    overflow: hidden;
    padding: 0 40px 0 0 !important;
}

.SI-FILES-STYLIZED input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
img.center {
	display: block;
	margin: 0 auto;
}
a.link-tel {
	text-decoration: none !important;
	color: #FFF !important;
}