@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	margin:0px;
	height:100%;
}
body {
	margin:0px;
	height:100%;
	background: #000;
	text-align: ;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	13px;
	font-style:normal;
	color: #F00;
}
h1, h2, h3 {
	color: #AA2808;
}
h1 {
}
h2 {
}
h3 {
}
p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}
p {
}
blockquote {
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;
	color:#FFF;
}
/* Wrapper */
#wrapper {
	margin:0px auto;
	height:auto;
}
#wrapper2 {
	margin:0px;
}
#contenedor_i {
	width:960px;
	height:100%; /*left:50%; margin-left:240px;*/
	position:absolute;
	left:50%;
	margin-left:-480px;
}
#derecha {
	float:right;
	width:248px;
	height:540px;
	margin:30px 0 0 0;
}
#der_conte {
	padding: 4px 10px 0 10px;
	height:521px;
	background-image:url(img/blog.png);
	background-position:left;
	background-repeat:no-repeat;
}
#der_conte_b {
	height:437px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#2d2d2d;
	width:217x;
	padding: 70px 10px 10px 0px;
}
.entrada {
	padding:10px 5px;
	width:218px;
	height:70px;
	color:#FFF;
	font-size:12px;
	text-align:left;
}
.entrada .vermas {
	text-align:right;
	margin:25px 5px 0 0;
}
.entrada a {
	font-weight:bold;
	color:#FFF;
	font-size:10px;
}
#btn_vermas {
	width:112px;
	height:15px;
	background-image:url(img/btn_vermas.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px 5px 15px 5px;
}
#btn_vermas:hover {
	width:112px;
	height:15px;
	background-image:url(img/btn_vermas2.png);
	background-position:top;
	background-repeat:no-repeat;
}
.foto_entrada {
	float:left;
	margin-right:5px;
}
/*PIE RELLENO*/
#relleno {
	height: 100%;
	margin-right:210px;
	background-image:url(img/fondo_contenidos.png);
	width:700px;
}
#int_relleno {
	height:100%;
	width:682px;
	margin:0 8px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#2d2d2d;
}
#principal_i {
	height:100%;
	margin-right:210px; /*background-image:url(img/fondo_contenidos.png);*/
	width:700px;
}
#principal {
	height:100%;
	margin-right:210px; /*background-image:url(img/fondo_contenidos.png);*/
	width:960px;
}
#int_principal_i {
	height:100%;
	width:682px;
	margin:0 8px;/*border-left-style:solid;border-left-width:1px;border-right-style:solid;border-right-width:1px;border-color:#2d2d2d;*/
}
#int_principal {
	height:100%;
	width:946px;
	margin:0 8px;/*border-left-style:solid;border-left-width:1px;border-right-style:solid;border-right-width:1px;border-color:#2d2d2d;*/
}
#upheader {
	height:32px;
	width:682px;
}
#upheader_w {
	height:60px;
	width:946px;
}
#header_i {
	width: 672px;
	height: 40px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#2d2d2d;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	padding:0 5px;
}
#header_w {
	width: 936px;
	height: 40px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#2d2d2d;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	padding:0 5px;
}
.img_izq {
	float:left;
}
#titulo_i {
	height:35px;
	width:672px;
	padding:5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#2d2d2d;
}
#titulo_w {
	height:35px;
	width:936px;
	padding:5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#2d2d2d;
}
.linea_titulo {
	width:150px;
	float:left;
	margin:0px 0px 0px 0px;
}
.linea_menu {
	width:150px;
	float:right;
	margin:0px 0px 0px 0px;
}
/*CSS sliding boxes*/
.boxgrid {
	width: 100px;
	height: 78px;
	margin:10px;
	float:left;
	background:#000;
	overflow: hidden;
	position: relative;
	float:left;
	margin:1px 1px;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid a {
	font-weight:normal;
}
/*CSS SlideAnything*/
#page-wrap {
	width: 430px;
	padding: 0px 0px;
	background: white;
	margin: 0 auto 50px;
	position: relative;
}
#col1 {
	width: 49%;
	float: left;
	margin: 0 0 20px 0;
}
#col2 {
	width: 49%;
	float: right;
}
pre {
	font: 13px/1.8 Monaco, MonoSpace;
	margin: 0 0 15px 0;
}
ul {
	margin: 0 0 25px 25px;
}
ul li {
	font: 15px Georgia, Serif;
	margin: 0 0 8px 0;
}
#dl {
	position: absolute;
	top: 10px;
	right: 0;
	background: black;
	color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 6px;
}
#dl:hover {
	background: #666;
}
.cuadronegro {
	width:430px;
	height:50px;
	background-image:url(img/fondo_contenidos.png);
	float:left;
}
.fotoslide {
	float:left;
}
/*Sacado de CSS Sliding boxes*/
.boxcaption2 {
	float: left;
	position: absolute;
	background: #000;
	height: 70px;
	width: 100%;
	opacity: .8;


/* For IE 5-7 */filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull2 .boxcaption2 {
	top: 260;
	left: 0;
	line-height:1em;
}
.captionfull2 .boxcaption2 p {
	color:#C8DCE5;
	padding:0 0 0 7px;
	font:12pt Arial, sans-serif
}
.captionfull2 .boxcaption2 h3 {
	margin: 5px 5px 0 5px;
	color:#FFF;
	font:18pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
}
.caption2 .boxcaption2 {
	top: 220;
	left: 0;
}
.boxgrid2 {
	width: 430px;
	height: 238px;
	margin:0px;
	float:left;
	overflow: hidden;
	position: relative;
}
.boxgrid2 img2 {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
/*Portafolio*/
.contenido {
	width:464px;
	float:left;
	min-height:100px;
	padding:5px 2px 5px 6px;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#2d2d2d;
}
.contenido1 {
	width:462px;
	float:left;
	min-height:100px;
	padding:5px 0px 5px 10px;
}
.producto2 {
	float:left;
	margin:2px 2px;
}
.subtitulo {
	margin:5px 5px 5px 0px;
	height:20px;
}
.control {
	width:220px;
	margin:10px 0px 10px 120px;
	height:21px;
}
.flecha_sgte {
	width:28px;
	height:21px;
	background-image:url(img/flecha_sgte.png);
	background-position:left;
	background-repeat:repeat;
	float:left;
}
.flecha_ante {
	width:28px;
	height:21px;
	background-image:url(img/flecha_ante.png);
	background-position:left;
	background-repeat:repeat;
	float:left;
}
.numeros {
	width:164px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	float:left;
	height:17px;
	text-align:center;
	padding:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif
}
.numeros a {
	color:#F00;
	font-weight:normal;
	font-size:10px;
}
/*Prensa*/
#videos {
	width: 936px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#2d2d2d;
	padding:7px 7px;
	float:left;
	margin:0;
}
.video1 {
	float:left;
	width:287px;
	height:161px;
	margin:0px 2px;
}
.espaciovideos {
	width:29px;
	height:160px;
	float:left;
}
/*Producto*/
.producto {
	width:432px;
	float:left;
	min-height:100px;
	padding:5px 2px 5px 6px;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#2d2d2d;
}
.producto_info {
	width:492px;
	float:left;
	min-height:100px;
	padding:5px 0px 5px 10px;
}
.titulo_producto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-stretch:condensed;
	color:#FFF;
}
.subtitulo_producto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CCC;
}
.txt_producto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:left;
}
.txt_producto p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-align:left;
	line-height:1.25em;
}
/*Blog*/
.contenido_blog {
	width:692px;
	float:left;
	min-height:100px;
	padding:7px 2px 5px 6px;
	border-right-style:solid;
	border-right-width:1px;
	border-color:#2d2d2d;
}
#dire_blog {
	width:180px;
	height:90px;
	padding:5px 5px 9px 0;
	float:right;
	text-align:right;
	font-size:10px;
	color:#FFF;
	line-height:11px;
}
#dire_blog a {
	color:#F00;
	text-decoration:none;
}
#dire_blog a:hover {
	color:#F00;
	text-decoration:underline;
}
#contacto_blog {
	width:480px;
	height:90px;
	padding:5px 5px 9px 5px;
	float:left;
}
#contacto_blog a {
	color:#F00;
	text-decoration:none;
	font-size:10px;
}
#contacto_blog a:hover {
	color:#F00;
	text-decoration:underline;
	font-size:10px;
}
.entradab {
	float:left;
	width:630px;
	padding:10px 5px 0 40px;
	margin:0 0 20px 0;
}
.entradab .foto {
	float:left;
}
.entradab .txtbox {
	float:left;
	padding:0px 5px 10px 10px;
	width:280px;
	margin:0 0 0 5px;
	height:210px;
}
.entradab .titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-stretch:condensed;
	color:#FFF;
	font-weight:bold;
}
.entradab p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:1.25em;
	margin:10px 0 0 0;
}
.entradab .pie {
	float:left;
	width:295px;
	text-align:right;
	margin:0 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}
#fechas {
	width:160px;
	float:left;
	padding:20px 20px 20px 60px;
	;
	text-align:left;
}
#calendario {
	position:absolute;
	margin:0px -30px;
}
.fechas_titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}
.fechas_txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 0 0 25px;
	color:#FFF;
}
.fechas_txt_active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding:0 0 0 25px;
}
.entradab .titulo_comentarios {
	margin:10px 0px;
	padding:10px 0px;
}
.entradab .comment {
	width:612px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:1.25em;
	margin:10px 0 20px 0;
}
.entradab .comment a {
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	line-height:1.25em;
	margin:10px 0 0 0;
}
.entradab .robotc {
	float:left;
	width:33px;
	height:32px;
	margin:0 5px 5px 0;
}
.entradab .autor_comentario {
	float:left;
	width:515px;
	height:32px;
	font-size:10px;
}
.entradab .autor_comentario_tit {
	font-weight:bold;
	font-size:15px;
}
.entradab .denunciar {
	float:left;
	height:32px;
}
.entradab .cuadrotxt {
	width:612px;
}
.comentar {
	width:490px;
	padding:0 0 0 70px;
	margin:20px 0;
}
.espacio_blog {
	width:250px;
	height:30px;
}
#productos_i {
	width:228px;
	padding:9px 2px 9px 5px;
	float:left;
}
.producto1 {
	float:left;
	margin:1px 1px;
}
#slider_i {
	padding:10px 4px 30px 0px;
	float:left;
	border-left: 1px solid #2d2d2d;
	float:left;
}
/*Contacto*/
#pie_i {
	width: 672px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#2d2d2d;
	padding:0 5px;
	float:left;
}
#pie_w {
	width: 936px;
	border-top-style:solid;
	border-top-width:1px;
	border-color:#2d2d2d;
	padding:0 5px;
	float:left;
}
#contacto_i {
	width:480px;
	height:145px;
	padding:9px 5px 9px 0;
	float:left;
}
#contacto_i a {
	color:#F00;
	text-decoration:none;
	font-size:10px;
}
#contacto_i a:hover {
	color:#F00;
	text-decoration:underline;
	font-size:10px;
}
input {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:184px;
	height:20px;
	background-color:#363636;
	border:none;
	padding:3px 0 0 5px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 5px 0;
}
button {
	background-image:url(img/btn_enviar.png);
	background-position:left;
	background-repeat:no-repeat;
	width:69px;
	height:21px;
	border:none;
	margin-right:5px;
	margin-top:0px;
}
textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:265px;
	height:100px;
	background-color:#363636;
	border:none;
	padding:5px 0 0 5px;
	color:#FFF;
	margin:0px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.social {
	position:absolute;
	margin:15px 0 0 70px;
}
.flickr {
	width:22px;
	height:22px;
	background-image:url(img/flickr.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin:0 2px 0 2px;
}
.flickr:hover {
	width:22px;
	height:22px;
	background-image:url(img/flickr2.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin:0 2px 0 2px;
}
.blogger {
	width:22px;
	height:22px;
	background-image:url(img/blogger.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin:0 2px 0 2px;
}
.blogger:hover {
	width:22px;
	height:22px;
	background-image:url(img/blogger2.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin:0 2px 0 2px;
}
.facebook {
	width:22px;
	height:22px;
	background-image:url(img/facebook.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin:0 2px 0 2px;
}
.facebook:hover {
	width:22px;
	height:22px;
	background-image:url(img/facebook2.png);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin:0 2px 0 2px;
}
#dire_i {
	width:180px;
	height:125px;
	padding:29px 5px 9px 0;
	float:right;
	text-align:right;
	font-size:10px;
	color:#FFF;
	line-height:11px;
}
#dire_i a {
	color:#F00;
	text-decoration:none;
}
#dire_i a:hover {
	color:#F00;
	text-decoration:underline;
}
/* Page */
#subpage {
	background: #c67e1e;
	width:996px;
	margin: 0 auto;
}
#page {
	width: 944px;
	margin: 0 auto;
	padding: 0px 20px;
	background: #f1f1f1;
}
/* Menu */
#menu {
	float:right;
}
/*home*/
#menu_1 {
	width:41px;
	height:32px;
	background-image:url(img/m1p.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_1:hover {
	width:41px;
	height:32px;
	background-image:url(img/m1a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_1:active {
	width:41px;
	height:32px;
	background-image:url(img/m1a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_1_active {
	width:41px;
	height:32px;
	background-image:url(img/m1a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
/*portafolio*/
#menu_2 {
	width:39px;
	height:32px;
	background-image:url(img/m2p.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_2:hover {
	width:39px;
	height:32px;
	background-image:url(img/m2a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_2:active {
	width:39px;
	height:32px;
	background-image:url(img/m2a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_2_active {
	width:39px;
	height:32px;
	background-image:url(img/m2a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
/*prensa*/
#menu_3 {
	width:40px;
	height:32px;
	background-image:url(img/m3p.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_3:hover {
	width:40px;
	height:32px;
	background-image:url(img/m3a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_3:active {
	width:40px;
	height:32px;
	background-image:url(img/m3a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
#menu_3_active {
	width:40px;
	height:32px;
	background-image:url(img/m3a.png);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	float:left;
}

