@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
#container {
	width: 1000px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: #fff; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	font-size:0px;
    text-indent:-9000px;
	margin: 0px 0px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border				 	around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:465px;
}
#contenedor-galeria {
    padding: 2px 0px 0px 1px;
	background: #FFFFFF;
	height:440px;
	overflow-y:auto;
	overflow-x:hidden;
	width:1000px;
}

#mainContent img {
border:1px solid #CCCCCC;
}
#mainContent2 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:465px;
	overflow-y:auto;
}
#mainContent4 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:465px;
}
#mainContentestudio {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:465px;
	overflow-y:auto;
}
#estudio {
	height:191px;
	overflow-y:auto;
}
#wild {
	height:403px;
	overflow-y:auto;
}
#mainContent3 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height:435px;
	overflow-y:auto;
}
#mainContent2 h2{
    border-left:20px solid #666666;
    background:#fff;
    padding:0 0px 0 5px;
    font-size:20px;
	color: #333333;
}
#mainContent3 h2{
    border-left:20px solid #666666;
    background:#fff;
    padding:0 0px 0 5px;
    font-size:20px;
	color: #333333;
}
#mainContent2 a img{
border:none;
}
.ver{
float:right;
margin-right:40px;
font-size:10px;
color:#CCCCCC;
background-color:#fff;
}
.ver2{
float:left;
margin-left:40px;
font-size:10px;
color:#CCCCCC;
background-color:#fff;
}
#mainContent p{
    font-size:12px;
	text-align:justify;
    color:#666666;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent2 p{
    font-size:14px;
	text-align:justify;
    color:#666666;
}
.fototienda{
float:right;
padding: 0 10px 0 20px;
}
.pizq{
color:#666666;
font-size:14px;
padding: 0 130px 0 0;
}
.pizq2{
color:#666666;
font-size:14px;
padding: 0 20px 0 0;
}
.pizqtienda{
color:#666666;
font-size:14px;
padding: 0 40px 0 0;
}
.pizqtienda2{
color:#666666;
font-size:14px;
padding: 0 0 0 40px;
}
.pizq3{
color:#666666;
font-size:14px;
padding: 0 65px 0 0;
}
.pizqsub{
color:#666666;
font-size:14px;
padding: 0 65px 0 100px;
}
.pder{
color:#666666;
font-size:14px;
padding: 0 0 0 130px;
}
.pder2{
color:#666666;
font-size:14px;
padding: 0 0 0 10px;
}
.pnormal{
color:#666666;
font-size:14px;
padding: 0 0 0 0;
}
#mainContent ul{
	margin:0 0 0 15px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent li{
    font-size:12px;
	list-style-type:square;
	text-align:left;
    color: #333333;
	font-weight:bold;
	margin:0 0 0 17px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent2 ul{
	margin:0 0 0 15px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent2 li{
    font-size:12px;
	list-style-type:square;
	text-align:left;
    color: #333333;
	font-weight:bold;
	margin:0 0 0 17px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContentestudio li{
    font-size:12px;
	list-style-type:square;
	text-align:left;
    color: #333333;
	font-weight:bold;
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.normallista{
padding-left:10px !important;
font-size:12px !important;
font-weight:100 !important;
margin:5px 0 0 0 !important;
color: #666666 !important;
list-style:none !important;
}
.normallista a{
padding-left:10px !important;
font-size:12px !important;
font-weight:100 !important;
margin:0 !important;
color: #666666 !important;
list-style:none !important;
text-decoration:none !important;
}
.normallista a:hover{
padding-left:10px !important;
font-size:12px !important;
font-weight:100 !important;
margin:0 !important;
color: #000000 !important;
list-style:none !important;
}
.normal{
font-weight:100 !important;
margin:0 0 10px 15px !important;
color: #666666 !important;
}
#mainContent ul li{
    font-size:12px;
	list-style-type: lower-roman;
    color: #666666;
	font-weight:100;
	margin:0;
	padding: 5px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent2 ul li{
    font-size:12px;
	list-style-type: lower-roman;
    color: #666666;
	font-weight:100;
	margin:0;
	padding: 5px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.sub{
margin:10px 0 20px 20px;
padding:10px 0 0 10px;
background: #F5F5DD;
min-height:207px;
}
.sub2{
padding:183px 10px 10px 10px !important;
margin:10px 0 20px 20px;
background: #F5F5DD;
}
.sub3{
font-size:12px !important;
margin:0px;
padding:0px;
font-weight:bold;
}
#tabestudio{
border:1px solid #333333;
	margin:0 0 20px 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContent h2{
    border-left:20px solid #666666;
    background:#CCCCCC;
    padding:0 0px 0 5px;
    font-size:20px;
	color: #333333;
}
#mainContent h3{
    margin:0 0 0 20px;
    border-left:15px solid #993300;
    background: #fff;
    padding:0 0 0 5px;
    font-size:18px;
	color: #996600;
}
.precio {
	background: #CCCCCC;
	color: #333333;
}
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #fff;
} 
#footer p {
    font-size:11px;
    color: #999999;
    text-align:center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#sombra {
margin:0 -3px -3px 0;
float:left;
padding:0 4px 4px 0; /*Esta es la profundidad de nuestra sombra, sí haces más grandes estos valores, el efecto de sombra es mayor también */
background:  url(images/sombra.gif) no-repeat bottom right; /*Aquí es donde ponemos la imagen como fondo colocando su ubicación*/
} 
#sombra img {
display:block;
position:relative;
top: -3px; /* Desfasamos la imagen hacia arriba */
left:-3px; /*Desfasamos la imagen hacia la izquierda */
background:#FFFFFF; /*Definimos un color de fondo */
border:1px solid;
border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC /*Creamos un marco para acentuar el efecto */
}



#sombraswf {
margin:0 -3px -3px 0;
float:left;
padding:0 7px 9px 0; /*Esta es la profundidad de nuestra sombra, sí haces más grandes estos valores, el efecto de sombra es mayor también */
background:  url(images/sombra.gif) no-repeat bottom right; /*Aquí es donde ponemos la imagen como fondo colocando su ubicación*/
} 

#sombraswf img {
border:1px solid #ccc;
} 

.sombraswf {
display:block;
position:relative;
top: -3px; /* Desfasamos la imagen hacia arriba */
left:-3px; /*Desfasamos la imagen hacia la izquierda */
background:#FFFFFF; /*Definimos un color de fondo */
border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC /*Creamos un marco para acentuar el efecto */
}

#contacto {
font-family:Arial, Tahoma, sans-serif;
font-size:0.6em;
color:#000000;
height:375px;
padding-left:115px;
}
#contacto a{
color: #333333;
}
#contacto a:hover{
background:#666666;
color:#FFFFFF;
}
#izq {
float:left;
margin-right:20px;
}
#der {
float: left;
}


/* FORMULARIO */

label {
font-size:11px;
color: #666666;
}
#nombre, #email, #mensaje {
margin-top:5px;
border:1px solid #999999;
font-size:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}
#nombre {
margin-bottom:7px;
}
#enviar {
float:right;
font-size:10px;
color:#666666;
border:1px solid #999999;
background:#CCCCCC;
}

#tabla{
border:1px solid #999999;
padding:9px 10px 10px 10px;
}
