body {
	margin: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	background-color: #1A1A1A;
}
.contenido {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4A0000;
	border-right-color: #4A0000;
	border-bottom-color: #4A0000;
	border-left-color: #4A0000;
	float: none;
	width: 955px;
	display: block;
}
.chromestyle{
	/*width: 100%;*/
	font-weight: bold;
	font-size: 12px;
	color: #111111;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	/*width: 100%;*/ /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A0000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-repeat: no-repeat;
	background-position: center center;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;

	font-size: 12px;
	line-height:18px;
	z-index:100;
	background-color: white;

	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A0000;
	border-right-color: #9A0000;
	border-bottom-color: #9A0000;
	border-left-color: #9A0000;
}


.dropmenudiv a{
	/*width: 100%;*/
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A0000;
}
.pie {
	font-size: 12px;
	color: #FFFFFF;
}
.pie a:link {
	color: #FFFFFF;
}
.pie a:visited {
	color: #FFFFFF;
}

.divcont {
	margin: 15px;
	text-align:justify;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFB0B3;
}
.1pxrojo {
	background-color: #9A0000;
	height: 1px;
	width: 760px;
}
.titulo {
	font-size: 16px;
	font-weight: bold;
	color: #9A0000;
	text-align: center;
}
a:link {
	font-weight: bold;
	color: #000000;
}
a:visited {

	font-weight: bold;
	color: #000000;
}
a:hover {


	font-weight: bold;
	color: #000000;
}
