*{
	margin:0;
	padding:0;
	}
	
body{
background: #fff url(img/pie.png); background-position:left bottom; background-repeat:repeat-x; backgroundAttachment:fixed;
        	
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    font-size: 75%;   
    text-align:center;       
}	
	
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address{
	margin:0.5em 0;
}

#header{
	background: #fff url(img/fondo_cabecera.png); 
	height: 88px;
	padding-left:2%; 
	background-repeat:repeat-x;
	width:100%;
}	

ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }

#menu {
        /*width: 200px;*/
        border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;		
		margin-right:10px;
		font-weight: bold; 
        }

#menu li a {
          height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
          text-decoration: none;		
        }

#menu li a:link, #menu li a:visited {
        color: #888;
        display: block;
        background: url(img/menu.gif);
        padding: 8px 0 0 30px;
        }

#menu li a:hover, #menu li #current, #menu li a:active {
        color: #283A50;
        background: url(img/menu.gif) 0px -32px;
        padding: 8px 0 0 30px;
        }
#contenedor{
	background-color:#93b2d8;
	padding:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border: 1px solid #bababa;
	font-size:16px;
}		
#pie{
	text-align:center;
	padding-bottom:3px;
	font-size:10px;
}
.muestras{
	text-align:center;
}		
#tel{
	float:left;
	margin-left:50px;
	font-weight:bold;
	color:#006633;
	text-align:right;
}		
		
/************************************************************************************************/
.container {
        /*width: 500px;*/
        padding: 15px;
        margin: 3px 0 10px 0;
        border: 1px solid #ccc;
        background: #fff;
		/*margin-left:10px;
		float:left;*/
        text-align:center; 
}

/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
text-align:center; 
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #000;
        background: url(img/pyramid.gif) no-repeat bottom center;
}
/******************************************************************************************************/		
thead{
	text-align:center;
	font-size:.9em;
	color:#fff;	
	background-image:url(img/thead.png);
	}
.renglon_1{
	background-color:#b9cafd;
	text-align:left;
	font-size:.8em;
	text-transform:uppercase;
	}	
.renglon_2{
	background-color:#8294a1;
	text-align:left;
	font-size:.8em;
	text-transform:uppercase;
	}
.renglon_1:hover, .renglon_2:hover{
	background-color:#fffcbe;
	}
form{
	background-color:#CCCCCC;
	padding:.5em;
	font-size:.9em;
	border:1px solid #000;		
	}		