/* CSS Document */

HTML , body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* cajas */



#div_contenido_total {
	width: 971px;
	height:600px;
	
  position: absolute;
  top: 50%;
  left: 50%;
 
  margin-top: -350px;   /* height/2 = 300px */
  margin-left: -485px;  /* width/2 = 485px */

}

#div_contenido_arriba {
	width: 971px;
	height:100px;
}


#div_contenido_arriba_izq {
	width: 761px;
	height:50px;
	float:left;
	padding-top: 50px;
}

#div_contenido_arriba_der {
	width: 210px;
	height:100px;
	float:right;
}


#div_contenido_abajo {
	width: 967px;
	height:496px;
	border: 2px solid #A8A9AC;	
}

#div_contenido_50 {
	width: 443px;
	float:left;
	padding-left:40px;
	padding-top:40px;
}

#div_contenido_50_2 {
	width: 443px;
	padding-bottom:30px;
	float:left;
}

#div_contenido_50_21 {
	width: 71px;
	float:left;
}

#div_contenido_50_22 {
	width: 372px;
	float:left;
}

#div_contacto1 {
	width: 380px;
	float:left;
}

#div_contacto2 {
	width: 587px;
	float:left;
}

#div_tres {
	text-align:center;
	width: 316px; /* 322*/
	height:115px; /* 125 */
	float:left;
	margin-top:40px;
}

#div_scroll {
	overflow:auto; 
	width: 967px;
	height:496px;
}

#div_portafolio {
	margin: 10px 10px 0px 10px;
	width: 943px;
	height:450px;/* 496*/
	border: 2px solid #A8A9AC;
}

#div_gizq {
	width: 300px;
	float:left;
	height:445px;
}

#div_gbots {
	width: 260px;/* 300*/
	float:left;
	height:40px;/* 70*/
	padding-top:30px; 
	padding-left:40px;
}

#div_gmuestras {
	overflow:auto; 
	width: 260px;/* 300*/
	float:left;
	height:375px;/*375*/
	padding-left:40px;	
}

#div_gpie {
	clear:both;
	width: 927px;/* 967*/
	float:left;
	height:31px;/* 51*/
	padding-left:40px; 
	padding-top:20px;	
}

#div_gfoto {
	width: 627px;/* 667*/
	float:left;
	height:405px;/* 445*/
	padding-top:40px;
}




/* fin cajas */


/* general */

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 74%;
	}
	
	
a{
	color: #A8A9AC;
	text-decoration: none;
}

a:hover{
	color: #D0005F;
}

h1{
	display:none;
}

h2{
	color: #D0005F;
}

	
/* fin general */

/* clases */
.portada_txt {
	font-size: 18px;
}

.menu_txt {
	font-size: 18px;
}

.menu_txt2 {
	font-size: 16px;
}

.gris {
	color:#A8A9AC;
}

.opaco {
	filter: alpha(opacity=50); opacity: .5
	}

.foto_papeleria {
	border: 1px solid #A8A9AC;
	margin-right:5px;
	margin-bottom:5px;
}


a.linkopacity img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;

}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;

}