/* CSS Document */
* {
	margin: 0; 
	padding:0;
}
#header {				/*header*/
	border:0;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	height:67px;
	width:530px;
	margin:12px;
}
#menutable {				/*header*/
	border:0;
	background-image:url(images/fondomenu.jpg);
	background-repeat:repeat-x;
	
}


.indentmenu{
font: bold 14px verdana;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
float: left;
width:1024px; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 0px 0px;
background: black url(images/fondomenu.jpg) center center repeat-x;
height:32px;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float:left;
color: #000000; /*text color*/
padding: 0px 35px 0px 30px;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
background-image:url(images/icomenu.jpg);
background-repeat:no-repeat;
background-position:5% 75%;
}

.indentmenu ul li a:visited{
color: black;

}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/fondomenu2.jpg) center center repeat-x;
height:22px;
/*background-image:url(images/icomenu.jpg);
background-repeat:no-repeat;
background-position:left;*/
}

#banner
{
background-color:#CCCCCC;
text-align:center;
}
#top
{
background-image:url(images/top.jpg);
background-repeat:repeat-x;
height:38px;
}
#contentbar
{
background: #000000 url(images/contentbar.jpg) repeat-y;
}
#footerbar
{
background-image:url(images/footerbar.jpg);
background-repeat:no-repeat;
height:60px;

}
#credito
{
	padding-top:30px;
	padding-left: 60px;
	text-align:center;
	font-family:arial;
	font-size:12px;
	
}
.contenido
{
padding:30px;
text-align:justify;		
}
#titulopri
{
	text-align:left;
	font-family:Eurostile;
	font-size:18px;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
#titulocent
{
	text-align:center;
	font-family:Eurostile;
	font-size:18px;
	font-weight:bold;
}
p{
	text-align:justify;
	font-family:verdana;
	font-size:11px;
	padding-left:10px;
	padding-right:10px;
}
.secciones
{
background-color:#FFFFff;
}
.secciones2
{
background-color:#ffffff;

}

