/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body{
	margin:0 auto;
	background:url(images/fondo.jpg);
}

#contenedor{
	margin:0 auto;
	width:934px;
	background:url(images/fondo2.jpg) repeat-y;
}

#conte_web{
	margin-left:17px;
}

#head{
	height:150px;
}

#supmenu1{
	background:#9FCF70;
}

#supmenu2{
	background:#9C9B52;
}

#supmenu3{
	background:#996633;
}

#titulo_sup{
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:2px 5px 2px 10px;
}

li{
	color:#fff;
	margin-top:3px;
	margin-bottom:4px;
	font-size:14px;
	padding-left:5px;
	margin-left:40px;
}

h1, H1{
	color:#214C1F;
	font-family:"Arial", Helvetica, sans-serif;
	text-align:center;
	font-size:25px;
	margin-top:10px;
	margin-bottom:6px;
}

h3, H3{
	background: url(images/h3-2.gif) no-repeat;
	height:37px;
	padding-top:18px;
	color:#FFFFFF;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}

H2, h2{
	font-family:Calibri, Arial, "Times New Roman", Verdana;
	font-size:22px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
	margin-left:5px;
	color:#214C1F;
}

H5, h5{
	font-family:Calibri, Arial, "Times New Roman", Verdana;
	font-size:9px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
	margin-left:5px;
	color:#214C1F;
}

#menu_int{
	text-align:center;
	color:#214C1F;
	margin-top:5px;
	margin-bottom:4px;
}

#menu_int a{
	text-align:center;
	color:#214C1F;
}

#texto_general{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:25px;
	color:#003300;
}

#texto_inferior{
	font-family:"Arial", Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#214C1F;
	margin-top:4px;
	margin-bottom:7px;
	font-weight:bold;
}

#menu{
	color:#FFFFFF;
	background:url(images/bineta2.gif) no-repeat;
	padding-left:60px;
	padding-top:6px;
	height:24px;
}

#menu a{
	color:#fff;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
	font-style:italic;
	color:#fff;
}

#texto_link{
	color:#214C1F;
}

#texto_link a{
	color:#214C1F;
}

#texto_link a:hover{
	color:#214C1F;
}

#conte_end{
	background:/*#669966*/#003300;
	height:35px;
	width:900px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
}

#fondo_menu{
	background:url(images/fondomenu.gif);
}

#tex_contac{
	background:#FFFFFF;
	text-align:center;
	margin-left:100px;
	margin-right:100px;
}
/*Shadow Effect*/

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10

body {background:#626262}
#sombra {position:relative; background:red; width:100%; top:-1px; left:1px}
#base {position:relative; background:#D7D7D7; top:-1px; left:-1px;} 
