@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
body{background:#E2F0F3; font:normal 11px Arial, Helvetica, sans-serif;}
a img{border:none;}

#master{background:#7FC9D4 url(../../imagenes/footer2.jpg) bottom repeat-x;}
#master-main{background:url(../../imagenes/bg.jpg) top left repeat-y; width:970px; margin:0 auto; padding:0 5px; overflow:hidden;}

#header{height:155px; width:960px; background:url(../../imagenes/header.jpg) top left no-repeat; padding:0 10px;}
.header-top{height:118px;}
.header-top .search{list-style:none; float:right; margin:50px 20px 0;}
.header-top .search li{display:inline; float:left; margin-right:5px;}
.header-top .search li .searchDIV{border:1px solid #A34083; background:#fff; padding:6px 5px 5px;}
.txtSearch{border:none; width:200px; font:normal 11px Arial, Helvetica, sans-serif; color:#666;}
.menu{background:#0194A8 url(../../imagenes/bg-menu.jpg) top left no-repeat; overflow:hidden; width:760px; float:left; margin-right:10px;}
.menu ul{list-style:none; margin:0 10px;}
.menu ul li{display:inline; float:left; color:#fff; font-weight:bold;}
.menu ul li.pad{padding:12px 5px;}
.menu a{color:#fff; text-decoration:none; display:block; padding:12px 5px;}
.menu a:hover{text-decoration:underline;}
.cart{background:#A9398B url(../../imagenes/bg-cart.jpg) top right no-repeat; float:left; font-weight:bold; width:170px;}
.cart a.cart-icon{color:#fff; text-decoration:none; background:url(../../imagenes/cart.jpg) center left no-repeat; padding:12px 16px 12px 35px; display:block;}
.cart a.cart-icon:hover{text-decoration:underline;}
.base{background:url(../../imagenes/base.jpg) top center no-repeat; height:7px;}

#panel{width:170px; float:left; margin:0 10px;}
#panel ul{list-style:none;}
#panel ul li{display:block; padding:0 10px;}
#panel ul li a{color:#fff; text-decoration:none; display:block;}
#panel ul li a:hover{text-decoration:underline;}
.categ{background:url(../../imagenes/tag.jpg) top left no-repeat; font-weight:bold; text-decoration:none;}
.categ a{padding:7px 10px; text-decoration:none; color:#0194A8; display:block;}
.categ a:hover{text-decoration:none;}

#content{width:758px; float:left; background:#fff; overflow:hidden; border:1px solid #fff;}
.banner{float:left; margin-right:8px; width:580px; height:280px;}
.contact{float:left; width:400px; height:207px; background:url(../../imagenes/bg-contact.jpg); color:#fff; text-align:left; margin-bottom:5px;}
.contact table{text-align:left; margin:5px 10px;}
.contact table td{padding:4px;}
.contactTXT{font:normal 11px Arial, Helvetica, sans-serif; color:#666;}
.subs{float:left; width:170px; height:186px; background:url(../../imagenes/bg-sus.jpg); color:#fff; text-align:center; margin-bottom:5px;}
.subs .sus{font-size:15px; font-weight:bold; padding:14px 0;}
.subs table{text-align:left; margin:5px 10px;}
.subs table td{padding:2px;}
.subs .txt{padding:2px; font:normal 11px Arial, Helvetica, sans-serif; color:#666; width:140px}
.block{background:url(../../imagenes/bg-grey.jpg) bottom left repeat-x; padding:5px; clear:both; overflow:hidden; margin-top:5px;}
.title{overflow:hidden; background:url(../../imagenes/base2.jpg) bottom left no-repeat;}
.title .titulos{float:left; padding:5px 0; color:#AA398B; font-size:14px; font-weight:bold;}
.title .vermas{float:right; padding:5px;}
.title .vermas a{color:#000;}
.title .vermas a:hover{text-decoration:none;}
.dramas{list-style:none; margin:10px 0;}
.dramas li{display:inline; float:left; width:240px; margin-right:9px; color:#666;}
.dramas li .titulo{font-weight:bold;}
.dramas li .titulo a{color:#541D44; text-decoration:none;}
.dramas li .titulo a:hover{text-decoration:underline;}
.dramas li .pic{float:left; margin-right:5px; border:3px solid #D9D9DB;}
.dramas li span{font-weight:bold;}
.dramas li a{color:#AA398B;}
.dramas li a:hover{text-decoration:none;}

.tableReg{clear:both;}
.tableReg th{padding:5px; color:#000000; background-image:url('../../imagenes/administracion/backThProesa.jpg'); }
.tableReg td{padding:5px; border-bottom:1px #CCCCCC solid;}
.tableReg a{text-decoration:none; color:#000;}
.tableReg a:hover{text-decoration:underline; }
.tableReg .noDisponible{color:#999;}

#footer{background:url(../../imagenes/footer3.jpg) top left repeat-x; padding:10px; overflow:hidden;}
#footer .copy{width:330px; margin:0 auto 20px; overflow:hidden;}
#footer .copy .img-f{float:left; margin:0 10px; overflow:hidden; width:140px;}
#footer .copy .txt-footer{padding:5px 0 5px 10px; color:#666; border-left:1px #999 solid; float:left;}
#footer .footer-menu{list-style:none; width:965px; margin:0 auto;}
#footer .footer-menu li{display:inline; float:left; margin:0 4px 5px; font-weight:bold; color:#0194A8; font-size:10px}
#footer .footer-menu li a{color:#0194A8; text-decoration:none;}
#footer .footer-menu li a:hover{text-decoration:underline;}


/*cuadro de informacion*/
.infoStyle
{
	margin:0 auto;
	background-color:#adf9ab;
	border:solid #52ba4f 1px;
	width:500px;
	font-size:11px;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;}
	
.infoStyleError
{
	margin:0 auto;
	background-color:#ff9292;
	border:solid #f66363 1px;
	width:500px;
	font-size:11px;
	color:#000000;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;}
