header,section,article,footer,aside,figure {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img {
	border:none;
}

body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:14px;
	line-height:normal;
	background-color: #333;
	font-family:Arial;
	color:#333;
}


.banner{ width:100%;
    margin:auto;
}
/*a:link {
	text-decoration: none;
	color:#800000;
}
a:visited {
	text-decoration: none;
	color:#800000;
}

a:hover {
	text-decoration: none;
	color:#800000;
}
a:active {
	text-decoration: none;
	color:#800000;
}*/

/*********************************** ENCABEZADO ***********************************/
header {
	width:960px;
	height:94px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	background-image:url(images/fondo.jpg);
}
	
.version{
	width:193px;
  	height:15px;
	text-align:center;
	padding:6px 0px 0px 0px;
	float:right;
	font-size:12px;
}

/*********************************** MENU ***********************************/
nav {
	width:1100px;
	height:47px;
	margin-left:50px;
	background-image:url(images/bg-menu.jpg);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#666;
}
	
nav ul li{ list-style:none;
font-size:18px;
margin-left:35px;
}
	
nav ul li a{ float:left;
padding:25px;
padding-bottom:14px;
padding-top:12px;
list-style:none;
text-decoration:none;
color: #FFF;
}

nav ul li a:hover{ background-image:url(images/bg-hovermenu.jpg);
background-repeat:repeat-x;
color: #F63;
}

/*********************************** CONTENIDO **********************************/
section {
	width:960px;
	height:auto;
	padding:0px 0px 0px 0px;
}
article {
	width:950px;
	height:auto;
	padding:30px 5px 0px 5px;
	text-align:justify;
}
.push {
	clear: both;
}

.telefono {
	font-size:20px;
	font-weight:bold;
}

.titulos {
	width:auto;
	color:#fff;
	font-size:12px;
	margin-bottom:25px;
	font-weight: bold;
}
.mas {
	width:auto;
	color:#800000;
	font-size:12px;
	text-align:right;
	padding-right:10px;
}
.contenido_bloq {
	width:300px;
  	height:auto;
	margin:0px 0px 0px 14px;
	padding:0px 0px 0px 0px;
	float:left;
}
.contenido_der {
	width:300px;
  	height:auto;
	padding:0px 0px 0px 15px;
	float:right;
}

.contenido_izq {
	width:600px;
	height:auto;
	padding:0px 0px 0px 15px;
	float:left;
	color: #FFF;
}
.contenido_cog {
	width:920px;
  	height:auto;
	padding:0px 0px 0px 15px;
	float:left;
}

.productos_imagen{
	width:140px;
  	height:70px;
	padding:0px 0px 0px 0px;
	float:left;
}
.productos_texto{
	width:700px;
  	height:auto;
	padding:0px 0px 0px 0px;
	float:right;
}

/*********************************** PIE DE PAGINA **********************************/

.fondo_f{
	width:100%;
	text-align:center;
	padding:35px 0px 0px 0px;
	height:35px;
}
footer {
	width:960px;
	text-align: right;
	font-size:11px;
	color:#FFFFFF;
}
footer img{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
}
.texto_pie{
width:600px;
font-size:11px;
color: #666666;
padding:0px 10px 0px 0px;
text-align:justify;
float:left;
}


/*********************************** TABS 


 ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
 
CSS para el contenido del tab

 .tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
***********************************/

/*********************************** DESPLEGABLES **********************************/

.widget {
	width: 928px;
	height:auto;
	margin: 0px;
	padding: 0px;
}
	/***texto pestaņas secundarios***/
	.widget a {
	color: #999999;
	text-decoration: none;
	}
	/***texto pestaņas principal***/
	.widget a:hover {
	color: #000;
	text-decoration: underline;
	}
	
	.tabnav {
	padding: 0px;
	}
	/***espacio entre pestaņass***/
	.tabnav li {
	display: inline;
	list-style: none;
	padding: 0px;
	font-size:11px;
	}
		/***fondo pestaņas secundarios***/
		.tabnav li a {
		text-decoration: none;
		text-transform: uppercase;
		background-color:#dcdcdc;
		padding: 10px 12px 13px 11px;
		outline: none;
		background-image:url(images/pestana1.jpg);
		border: 1px solid #CCCCCC;
		}
		/***fondo pestaņas principal***/
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #f6f6f6;
		color: #990000;
		padding:10px 12px 13px 11px;
		text-decoration: none;
		background-image:url(images/pestana2.jpg);
		border: 1px solid #CCCCCC;
		}
	/***fondo contenido***/	
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 1px solid #CCCCCC;
	padding-bottom:16px;
	padding: 5px;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
			
.texto-desp{
	float:left;}

.contenido-textdesp{ height:260px;}

#econt{ width: 615px; height:auto; margin: 0 auto; margin-top:20px; margin-bottom:35px;float:left;}

/************Form styles start**************/
input,textarea,select {
	font-family: Arial,sans-serif;
}
input[type="text"],select {
	width:215px;
	height:18px;
	padding:5px 8px;
	font-size:1.0em;
	color: #000;
	background-color:#c2c2c2;
	border:#c2c2c2 solid 1px;
	/*border-radius*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
input[type="text"]:hover,select:hover{
	background-color:#f1f1f1;
	opacity:0.7;
	/*transform -webkit-transform:rotate(-1deg);
	-moz-transform:rotate(-1deg);
	-ms-transform:rotate(-1deg);
	-o-transform:rotate(-1deg);
	transform:rotate(-1deg);
	*/
}
textarea {
	width:500px;
	height:140px;
	padding:5px 8px;
	margin-bottom:10px;
	font-size:1.0em;
	color: #000;
	background-color:#c2c2c2;
	border:#c2c2c2 solid 1px;
	/*border-radius*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}

input[type="text"]:focus {
	opacity: 0.7;
}
input[type="submit"] {
	padding:0 5px;
	font-weight:bold;
	line-height:1;
	color:#444;
	border:none;
	text-shadow:0 1px 1px rgba(255,255,255,0.85);
	background-color:#fff;
	/*border-radius*/
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	/*box-shadow*/
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#c3c3c3),to(#fff));
	background-image:-moz-linear-gradient(0% 100% 90deg,#fff,#c3c3c3);
}
input[type="submit"]:hover {
	color:#1a75ce;
	cursor:pointer;
	text-shadow:0 1px 1px rgba(0,0,0,0.85);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#c3c3c3));
	background-image:-moz-linear-gradient(0% 100% 90deg,#c3c3c3,#fff);
	background-color:#fff;
}
