* {
	padding: 0;
	margin: 0;
	outline: none;
}

body {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

p {
	padding-bottom: 10px;
	text-align: justify;
	line-height: 16px;
}

a {
	color: #0e235f;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
}

h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0e235f;	
}

h2 {
	color: #ba920f;
	padding-top: 10px;
	padding-bottom: 10px;	
}

h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #99cc00;	
}

a:visited {
	color: #0e235f;
}

img {
	border: 0;
}

.wrapper {
	width: 918px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/* Contenido Estatico */

.cabecera {
	background: #0187ce url('/img/cabecera.jpg') repeat-x bottom;
	float: left;
	background-color: #016ca4;
	width: 918px;
	height: 130px;
}

.cabecera .index img{
	float: left;
}

.cabecera .tienda{
	float: right;
	padding: 90px 10px 0 0;
	color: white;
}

.cabecera .tienda a{
	color: white;
	background: url('/img/carrito.png') no-repeat;
	padding-left: 25px;
	font-size: 16px;
}

.cabecera .tienda a:hover{
	color: #f88;
}

.cuerpo {
	float: left;
	width: 918px;
	background: url('/img/pie-menu.jpg') no-repeat left bottom;
}

.cuerpo .barraizq {
	float: left;
	width: 220px;
	/* background: url('/img/fondo-menu.jpg') repeat-y right top; */
	margin: 10px 0 10px 0;
}

.cuerpo .barraizq .menu{
	float: left;
	width: 220px;
}

.cuerpo .barraizq .menu img{
	padding-left: 30px;
}

.cuerpo .barraizq .pie-menu{
	float: left;
	width: 200px;
	height: 110px;
}

.cuerpo .barraizq ul{
	float: left;
	width: 220px;
}

.cuerpo .barraizq li{
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 10px;
	background: url('/img/separador-menu.jpg') no-repeat bottom;
}

.cuerpo .barraizq li a{
	font-family: "Tahoma", "MS PGOTHIC",sans-serif;
	color: #259fde;
	font-size: 14px;
	font-weight: bold;
	background: url('/img/menu.jpg') no-repeat;
	padding-left: 30px;
}

.cuerpo .barraizq li a:hover{
	color: #ff0000;
}

.cuerpo .contenido{
	float: left;
	width: 638px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 15px;
	background: #fff;
}

.cuerpo .contenido h2{
	color: #f00;
	padding-bottom: 20px;
}

.cuerpo .contenido p{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color:#666666;
}

.cuerpo .contenido .texto{
	float: left;
	width: 323px;
	padding-bottom: 30px;
	font-size: 14px;
}

.cuerpo .contenido .imagen{
	float: right;
	width: 275px;
	padding-left: 20px;
	padding-top: 25px;
}

.cuerpo .contenido .elaboracion{
	float: left;
	padding: 0 40px 0 40px;
	width: 558px;
	height: 405px;
}

.cuerpo .contenido .elaboracion li{
	list-style-type: none;
	padding-top: 20px;
	padding-bottom: 60px;
	width: 200px;
}

.cuerpo .contenido .elaboracion a{
    color: #259fde;
}

.cuerpo .contenido .elaboracion a:hover{
    color: red;
}

.cuerpo .contenido .procesoelaboracion h2{
	padding-bottom: 30px;
}

.cuerpo .contenido .procesoelaboracion img{
    float: left;
}

.cuerpo .contenido .procesoelaboracion p{
	float: left;
	width: 218px;
	padding: 0 0 0 20px;
}

.cuerpo .contenido .procesoelaboracion a{
    float: right; 
    clear: both; 
    padding-bottom: 10px;
    color: #259fde;
}

.cuerpo .contenido .procesoelaboracion a:hover{
    color: red;
}

.cuerpo .contenido .submenu{
	float: left;
	width: 490px;
	border: #259fde 1px solid; 
	height: 17px;
	padding-top: 3px;
	padding-left: 150px;
	margin-bottom: 15px;
}

.cuerpo .contenido .submenu li{
	list-style-type: none;
	float: left;
	padding-right: 20px;
	font-size: 9px;
	color: #259fde;
}

.cuerpo .contenido .submenu a{
	color: #259fde;
}

.cuerpo .contenido .submenu a:hover{
    color: red;
}

.cuerpo .contenido .categorias{
	float: left;
	width: 640px;
	padding-top: 3px;
	padding-left: 5px;
}

.cuerpo .contenido .categorias li{
	list-style-type: none;
	float: left;
	padding-right: 10px;
	font-size: 9px;
	color: #259fde;
}

.cuerpo .contenido .categorias a{
	color: #259fde;
}

.pie {
	float: left;
	width: 918px;
}

.pie .arriba{
	width: 568px;
	float: left;
	background: #259fde;
	padding: 8px 0 0 350px;
	height: 22px;
}

.pie .arriba li{
	list-style-type: none;
	float: left;
	color: white;
	padding-right: 10px;
	font-size: 9px;
}

.pie .arriba a{
	color: white;
	font-size: 9px;
}

.pie .arriba a:hover{
	color: #f88;
}

.pie .abajo{
	width: 918px;
	float: left;
	background: url('/img/fondo-pie.jpg') repeat-x;
	color: #999;
	font-size: 9px;
	text-align: center;
	height: 28px;
	padding-top: 10px;
}

/* Fin Contenido Estatico */

/* Forms */

form {
	clear: both;
	padding: 0;
	width: 100%;
    font-size: 14px;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}

fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

fieldset fieldset {
	margin-top: 0;
	margin-bottom: 20px;
	padding: 16px 0;
}

fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

form div {
	clear: both;
	margin-bottom: 2px;
	vertical-align: text-top;
}

form div .input  {
    color: #666666;
}

form div.submit {
	color: #999;
	clear: both;
	margin-top: 10px;
	text-align: left;
	border: 0;
}

label {
	display: block;
	font-size: 100%;
	padding-right: 20px;
	color: #666666;
}

input, textarea {
	clear: both;
	display: block;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0 0 4px 0;
	border: 1px solid #999;
	background-color: #E6F5FC;
}

select {
	clear : both;
	font-size : 100%;
	vertical-align : text-bottom;
}
select[multiple="multiple"] {
	width : 100%;
}

option {
	font-size : 100%;
	padding : 0 3px;
}
input[type="checkbox"] {
	clear : left;
	float : left;
	margin : 0 6px 7px 2px;
	width : auto;
	border : 0;
	background : #fff;
}
input[type="radio"] {
	float : left;
	width : auto;
	border : 0;
}
input[type="submit"] {
	background : #f4f4f4;
	display : inline;
	font-size : 14px;
	padding : 6px;
	width : auto;
	vertical-align : bottom;
	border : 1px solid #999;
}
input[type="hidden"] {
	border : 0;
	padding : 0;
	margin : 5px;
}
input[type="image"] {
    border : 0;
}

td {
    padding-bottom: 10px;	
}

/* Fin Forms */

/* Paging */

div.paging {
	color: #ccc;
	margin: 5px;
	clear: left;
}

div.paging div.disabled {
	color: #d3d3d3;
	display: inline;
	float: left;
}

div.paging span {
	
}

div.paging span.current {
	color: #000;
}

div.paging span a {
	
}

/* Fin Paging */

/* Validacion formulario */
div.error-message {
	clear: both;
	color: #f00;
	font-weight: bold;
	font-size: 10px;
}
/* Fin Validacion formulario */

/* Contenido dinamico */
.catalogo li{
	float: left;
	list-style-type: none;
	padding: 0px 0px 0px 35px;
	text-align: center;

}

.catalogo a{
    color: #259fde;
}

.catalogo a:hover{
    color: red;
}

.catalogoproducto{
	width: 638px;
	height: 405px;
}

.catalogoproducto .foto{
	float: left;
	padding-right: 30px;
}

.catalogoproducto li{
    float: left;
    list-style-type: none;
    padding: 20px 0 20px 10px;
    text-align: center;
    width: 300px;
}

.catalogoproducto a{
    color: #259fde;
}

.catalogoproducto a:hover{
    color: red;
}

.fichas{
    padding-left: 20px; 
}

.fichas li{
    float: left;
    list-style-type: none;
    padding-bottom: 10px;
}

.fichas li .ficha{
    float: left;
    background-color: #DCFDFF;
    border-bottom: 5px #07A1E7 solid;
}

.fichas .ficha .caracteristicas{
	float: left;
    width: 345px;
    height: 205px;
    background: url("/img/pie-ficha.png") no-repeat bottom left;
    padding-right: 5px;
}

.fichas .ficha .caracteristicas table{
	color: #059CEB;
    font-size: 14px;
    float: left;
    padding: 10px 0 0 10px;
    height: 130px;
}

.fichas .ficha .caracteristicas .pieficha{
	float: left;
	height: 50px;
	width: 330px;
	position: relative;
	bottom: 0px;
	padding: 30px 0 0 20px;
	color: #059CEB;
	font-weight: bold;
}

.fichas .ficha .caracteristicas .pieficha .codigo{
	float: left;
	width: 50px;
	color: white;
}

.fichas .ficha .caracteristicas .pieficha .nombre{
    float: left;
    width: 270px;
    text-align: center;
}

.fichas li .ficha .imagen{
    float: right;
    width: 150px;
    padding: 0;
    border: 5px #07A1E7 solid;
    border-bottom: 0;
    height: 200px;
}

.fichas li .ficha .esquema{
    float: right;
    width: 100px;
    padding: 0;
    border: 3px #9FD4D8 solid;
    height: 130px;
}

.fichas a{
    color: #259fde;
    padding-bottom: 10px;
}

/* Fin contenido dinamico */

/* Videos */

.videos{
	float: left;
	color: #259fde;
	padding-left: 40px;
	padding-top: 10px;
}

.videos #youtube {
	float: left;
	width: 560px;
	background: url("/img/barra-youtube.jpg") no-repeat bottom center;
	padding-bottom: 18px;
}

.videos .galeria {
	float: left;
	width: 560px;
	padding-top: 15px;
}

.videos .videocelda {
	float: left;
	width: 140px;
	padding-bottom: 15px;	
}

/* Fin Videos */

/* Noticias */

.elemento {
	float: left;
	padding-top: 15px;
	padding-left: 5px;	
	padding-bottom: 15px;
}

.cuerpo .barraizq .actividades{
	float: left;
	padding: 20px 0 20px 15px;
}

.ultimanoticia{
	float: left;
	background-color: #ebf1f7;
	width: 180px;
	height: 180px;
	padding: 10px;
}
.ultimanoticia .cabeceranoticia{
	float: left;
	height: 60px;
	border-bottom: dotted white 2px;
}
.ultimanoticia .cabeceranoticia .fecha{
	float: left;
	background: url('/img/hojacalendario.jpg') no-repeat;
	width: 55px;
	height: 40px;
	padding-top: 10px;
}

.ultimanoticia .cabeceranoticia .fecha .dia{
	color: #0284B5;
	font-size: 22px;
}

.ultimanoticia .cabeceranoticia .fecha .mes{
	color: #6E6E6E;
	font-size: 11px;
}

.ultimanoticia .cabeceranoticia h2{
	float: left;
	color: #0e235f;
	width: 115px;
	padding-left: 10px;
}

.ultimanoticia p{
	float: left;
	color: #6E6E6E;
	padding-top: 10px;
}

/*Fin Noticias*/
