/* HTML TAGS */
body {
	background-color:#fff;
	font-family:Arial, Helvetica;
	font-size:14px;
	color:#333;
}
a {
	font-weight:bold;
	color:#f60;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:10px;
}
hr {
	border:0;
	color:#ff7d26;
	background-color:#ff7d26;
	height:1px;
	width:860px;
	text-align:center;
	padding:0;
}
input, textarea {
	color:#262626;
	background-color:#fff;
	border:1px solid #ff7d26;
	padding:2px;
}




/* CABECERA */
#cabecera {
	width:900px;
	height:153px;
	margin:0 auto;
	background:url(../images/cabecera.jpg) no-repeat;
}
#cabecera #titulares {
	height:131px;
	margin-left:30px;
}
#cabecera #titulares  a {
	color:#666;
}
#cabecera #titulares  a.vinx {
	font-size:46px;
	color:#2e2e2e;
}
#cabecera #titulares  h1 {
	float:left;
	padding:18px 20px 20px 20px;
	font-size:23px;
	text-transform:uppercase;
	font-weight:bold;
}
#cabecera #titulares  h2 {
	float:right;
	padding-right:10px;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-size:24px;
	font-weight:bold;
}
#cabecera #titulares  h1 a:hover, #cabecera #titulares  h2 a:hover {
	text-decoration:none;
}
#cabecera #titulares  h4 {
	width:400px;
	padding-right:10px;
	text-transform:uppercase;
	float:right;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
#cabecera #menu {
	height:22px;
	background-color:#F60;
	font-size:12px;
	padding-left:5px;
}
#cabecera #menu li {
	float:left;
}
#cabecera #menu a {
	float:left;
	margin-bottom:-2px;
	padding:3px 17px 0 17px;
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	height:20px;
}
#cabecera #menu a:hover, #cabecera #menu a.activo {
	margin-bottom:-2px;
	background-color:#fff;
	color:#f60;
	height:19px;
	text-decoration:none;
}



/* CONTENIDO */
#contenido {
	clear:both;
	width:860px;
	min-height:200px;
	padding:20px;
	margin:0 auto;
	text-align:justify;
	line-height:140%;
}
#contenido h3 {
	margin-bottom:10px;
	font-size:24px;
	font-weight:bold;
	color:#f60;
	text-align:left;
	line-height:120%;
}
#contenido h5 {
	margin-bottom:2px;
	font-size:18px;
	font-weight:bold;
	color:#f60;
	text-align:left;
	line-height:150%;
}
#contenido #comentarios {
	padding:10px;
}
#contenido .servicios {
	padding:0 2px;
}




/* PIE */
#pie {
	clear:both;
	width:900px;
	height:16px;
	margin:0 auto;
	padding:2px 0;
	background-color:#ff7d26;
	color:#fff;
	text-align:center;
	font-size:12px;
}
#pie a {
	color:#fff;
}
#footer {
	clear:both;
	width:900px;
	height:35px;
	margin:10px auto;
}
#footerIzq {
	width:320px;
	float:left;
	padding-left:20px;
}
#footerDcha {
	width:540px;
	float:right;
	padding-right:20px;
}





/* LAYOUT */
.separador {
	width:100%;
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.h20 {
	margin-bottom:20px;
}
.separadorLista {
	clear:both;
	width:100%;
	border-bottom:1px dotted #ff7d26;
	margin-bottom:20px;
	height:15px;
	line-height:15px;
	font-size:15px;
}
.peque {
	font-size:12px;
}
.imgDetalle {
	float:right;
	margin:0 0 5px 10px;
}
.imgContacto {
	float:left;
	margin-right:15px;
}
.oculto {
	display:none;
}
.noPrint {
	display:inline;
	white-space:nowrap;
}
.twitter-share-button {
	float:right;
	width:130px;
	height:50px;
}



/* LISTADOS */
.listado, .listado2 {
	clear:both;
	width:100%;
}
.listado .imagen {
	float:left;
	width:150px;
}
.listado .imagen img {
	border:1px solid #ff7d26;
	margin-top:5px;
}
.listado .texto {
	margin-left:160px;
}
.listado h4 {
	text-align:left;
	font-size:18px;
	line-height:130%;
	margin-bottom:5px;
}
.listado .validar {
	float:left;
	margin:5px 7px 0 0;
}
.listado .l20 {
	padding-left:20px;
}
.listado2 .imagen {
	float:left;
	width:20px;
}
.listado2 .imagen img {
	margin-top:7px;
	float:left;
}
.listado2 .texto {
	margin-left:20px;
}



/* FORMULARIOS */
#imgcode {
	width:120px;
	height:24px;
	text-align:center;
	font-size:20px;
	letter-spacing:1px;
}



/* HOME */
.home {
	clear:both;
	width:100%;
	text-align:left;
}
.home .izq {
	float:left;
	width:412px;
}
.home .dcha {
	margin-left:438px;
}
.home h4 {
	font-size:16px;
	font-weight:bold;
	color:#f60;
	line-height:150%;
}
.home .titular {
	padding:1px 0 0 7px;
	width:415px;
	height:21px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	background-color:#ff7d26;
	color:#fff;
	margin-bottom:2px;
}
.home .titular a {
	color:#fff;
}



/* SLIDE */
.main_image {
	width:422px;
	height:302px;
	position:relative;
	overflow:hidden;
	margin-bottom:2px;
}
.main_image p {
	font-size:14px;
	padding:10px;
	margin-bottom:0;
	color:#fff;
	text-align:right;
}
.main_image a {
	color:#fff;
	text-decoration:none;
}
.main_image a:hover {
	color:#fff;
	text-decoration:underline;
}
.main_image img {
	border:1px solid #ff7d26;
}
.main_image .desc {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	display:none;
}
.main_image .block {
	width:100%;
	background-color:#111;
	border-top: 1px solid #000;
}
.main_image .block a {
	font-weight:normal;
}
.image_thumb {
	width:422px;
	height:37px;
	margin:2px 0;
}
.image_thumb ul li {
	float:left;
	width:51px;
	height:37px;
	border-right:1px solid #fff;
}
.image_thumb ul li p {
	display: none;
}
.image_thumb ul li img {
	border:1px solid #ff7d26;
}
.image_thumb ul li.active img, .image_thumb ul li.hover img {
	border:1px solid #666;
}
