/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A8A8A8;
}
#layout_wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	position: absolute;
}
#layout_header {
	padding: 0px;
	clear: both;
	float: none;
	height: 130px;
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/cuadro-blanco.png);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#layout_menu {
	padding: 0px;
	clear: both;
	float: none;
	height: 50px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/cuadro-blanco.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#layout_content {
	padding: 0px;
	clear: both;
	float: none;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	min-height:300px;

}
#layout_content2 {
	padding: 0px;
	clear: right;
	float: left;
	height: auto;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	min-height:300px;
	background-image: url(../images/linea-blanca-gris.jpg);
	background-repeat: repeat-x;
	background-position: center top;	
	background-color:#DBDBDB;
}
#layout_footer {
	padding: 0px;
	clear: both;
	float: none;
	height: 75px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/cuadro-blanco.png);
	background-repeat: repeat-y;
	background-position: center top;
	border-radius: 10px;
}
#navbar   {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	font-weight: bold;
	height: auto;
	width: 100%;
	clear: both;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar a {
	color: #666;
	text-decoration: none;
	font-weight:bold;	
}
#contenidoppal {
	margin: 5px;
	height: auto;
	width: 100%;
	clear: both;
	float: none;
}
#subcontenido {
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	margin: 5px;
}

h1, .h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #036;
	text-decoration: none;
	font-weight:bold;
}
h2, .h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #000;
	text-decoration: none;
}
h3, .h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menuppal {
	padding: 0px;
	line-height: 50px;
	margin: 0px;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
}

.menuppal li {
	display: inline;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(../images/linea-azul2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.menuppal li a {
	color: #000;
	text-decoration: none;
}

#menuppal > li.sub {
	position: relative;
	z-index:5;
}
#menuppal > li.sub ul {
	 /*width: 10em;*/
	 margin-top: 12px;
	 padding: 0px;
	 list-style: none;
	 background: #000;
	 position: absolute;
	 top: -1000em;
	 line-height:12px;
	 min-width:225px;
	 left:10px;
	 border-radius:3px;
	 text-transform:none;
	 text-align: left;	
}

#menuppal > li.sub ul li {
	
	padding: 3px;
}

#menuppal > li.sub ul li a {
	height: 100%;
	display: block;
	padding-top:25px;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-right: 2px;
	color: #fff;
	text-decoration: none;
	font-size:14px;
	text-transform:none;
	height:15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0px -3px 2px #000;
}
#menuppal > li.sub:hover ul {
	/*top: 25px;*/
}
#menuppal > li.sub ul li a:hover {
	text-decoration: underline;	
	
}


.clear {
	clear: both;
}
.backbox {
	text-align: right;
	padding: 5px;
}
.backlink {
	color: #666;
	text-decoration: none;
}
.navbuttongral {
	background-color: #900;
	padding: 6px;
	color: #FFF;
	text-decoration: none;
	display: inline;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#f_categorias , #f_albums, #f_fotos{
	height: auto;
	width: 100%;
	clear: both;
	float: none;
	position: relative;
}
.boxshadow {
	border: 2px none #FFF;
	-moz-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.picturebox {
	margin: 10px;
	clear: none;
	float: left;
	height: 160px;
	width: 140px;
	text-align: center;
}
.picturebox .picture {
	padding: 5px;
	height: auto;
	width: auto;
}
.videobox {
	clear: none;
	float: left;
	width: 45%;
	height: 100px;
	padding: 5px;
	margin: 5px;
}
.videobox .video {
	width: 120px;
	height: auto;
	clear: left;
	float: left;
	margin-right: 10px;
}
.videobox .info {
	clear: right;
	float: left;
	height: auto;
	width: auto;
}

#v_visualizar {
	text-align: center;
}
.productbox {
	margin: 10px;
	height: 160px;
	width: 140px;
	clear: none;
	float: left;
	text-align: center;
}
.productbox .catimg {
	clear: both;
	float: none;
	height: auto;
	width: auto;
	padding: 5px;
}
.productbox .prodimg {
	padding: 5px;
	height: auto;
	width: auto;
	clear: both;
	float: none;
}
#p_detalles h1 {
	font-weight: bold;
}
.product-price {
	font-size: 115%;
}
.product-pricedisabled {
	color: #666;
	text-decoration: line-through;
}
.product-pricespecial {
	font-size: 125%;
	color: #900;
}
#d_categorias ul {
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#d_categorias ul li {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#d_categorias ul li a {
	color: #333;
	text-decoration: none;
}
.documento_nombre {
	font-size: 110%;
}
.documento_data {
	color: #999;
}
.documento_sinopsis {
	color: #666;
}
#logo {
	position:absolute;
	width:469px;
	height:110px;
	z-index:1;
	left: 10px;
	top: 10px;
}
#casa {
	position:absolute;
	width:18px;
	height:29px;
	z-index:1;
	left: 0px;
	top: 00px;
}
#conta {
	position:absolute;
	width:102px;
	height:103px;
	z-index:1;
	right: 20px;
	top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-align:center;
}
#conta a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight:bold;
	text-decoration:none;
}
#menu2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/linea-azul.png);
	background-repeat: repeat-x;
	background-position: left center;
	float: right;
	width: 980px;
	height: 50px;
	clear: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
#menu2 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;

}
.inputsearch {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding: 5px;
	height: 12px;
	width: 220px;
	border-radius:8px;
}
#lupa {
	position:absolute;
	width:25px;
	height:25px;
	z-index:1;
	right: 7px;
	top: 12px;
}
#formu {
	position:absolute;
	width:215px;
	height:25px;
	z-index:1;
	right: 55px;
	top: 11px;
}
#logo2 {
	position:absolute;
	width:207px;
	height:67px;
	z-index:1;
	top:5px;
	left:10px;
}
#enlaces {
	position:absolute;
	width:594px;
	height:22px;
	z-index:1;
	top:28px;
	right:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#enlaces a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration:none;
}
.bloque{
	float:left;
	clear:right;
	width: 230px;
	height: 160px;
	border-radius:5px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-right:20px;
	cursor:pointer;
}
.bloque2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #036;
	font-weight: bold;
	background-image: url(../images/fondo-cartel.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: none;
	float: none;
	height: 30px;
	width: 230px;
	text-align: center;
	margin-top: 130px;
}
#experiencia {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #CCC;
	height: 225px;
	width: 960px;
	clear: both;
	float: left;
	padding: 10px;
	margin-top: 0px;
}
.productos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	clear: right;
	float: left;
	height: 190px;
	width: 150px;
	margin-left:15px;
	margin-right:15px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFF;
	cursor:pointer;
	border: solid 1px #333;
	border-radius:4px;
	-moz-box-shadow: 0 0 5px 1px #888;
	-webkit-box-shadow: 0 0 5px 1px #888;
	box-shadow: 0 0 5px 1px #888;	
}
.productos2 {
	width:138px;
	height:138px;
	padding-top:12px;
	clear: both;
	float: none;
	padding-left: 12px;
}
.productos3 {
	width:140px;
	height:30px;
	clear: both;
	float: none;
	background-color:#999;
	text-align: center;
	line-height:14px;
	padding:5px;
	overflow:hidden;
}
.productosA {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	clear: right;
	float: left;
	height: 180px;
	width: 135px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:10px;
	background-color:#FFF;
	cursor:pointer;
	border:#CCC solid 1px;
}
.productos2A {
	width:125px;
	height:138px;
	padding-top:12px;
	clear: both;
	float: none;
}
.productos3A {
	width:135px;
	height:30px;
	clear: both;
	float: none;
	background-color:#999;
	text-align: center;
	line-height:14px;
	padding:0px;
	overflow:hidden;
}
.inputcito {
	padding:3px;
	color:#666;
	font-size:11px;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border: solid 1px #999;
}
.navegacion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	clear: right;
	float: left;
	height: 425px;
	width: 228px;
	margin-left:10px;
	margin-right:5px;
	margin-top:20px;
	margin-bottom:20px;
	border: solid 1px #333;
	border-radius:4px;
	padding-top:10px;
	padding-left:1px;
	padding-right:1px;
	background-image: url(../images/cuadro-azul.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.imgprod2 {
	border: solid 1px #333;
	border-radius:4px;
	-moz-box-shadow: 0 0 5px 1px #888;
	-webkit-box-shadow: 0 0 5px 1px #888;
	box-shadow: 0 0 5px 1px #888;	
}
#catalogo {
	position:absolute;
	width:175px;
	height:183px;
	z-index:1;
	top: 510px;
	left:30px;
}
#logo1a {
	position:absolute;
	width:110px;
	height:113px;
	z-index:1;
	left: 10px;
	top: 10px;
}
#logo2a {
	position:absolute;
	width:285px;
	height:70px;
	z-index:1;
	left: 115px;
	top: 39px;
}
#pdf {
	position:absolute;
	width:26px;
	height:25px;
	z-index:1;
	top: 25px;
	right:170px;
}
