/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}

img, div { behavior: url(css/iepngfix.htc) }

#centrada {
	position: absolute; 
    left: 50%; 
    top: 50%; 
    height: 610px; 
    margin-top: -305px;    // 610px/2 
    width: 860px; 
    margin-left: -430px;    // 860px/2 
}

#principal {
	background-image:url(../images/bgCentral.jpg);
	width:860px;
	height:574px;
}

#flash {
	width:800px;
	padding-left:30px;
	margin-top:0px;
}

#menu {
	width:154px;
	padding-left:30px;
	margin-top:20px;
	float:left;
}

#menuSeparador {
	width:143px;
	padding-left:8px;
	margin-top:5px;
	margin-bottom:5px;
}

#contenedor {
	width:384px;
	padding-left:35px;
	margin-top:20px;
	float:left;
}

#contenedorFlash {
	width:591px;
	padding-left:35px;
	margin-top:20px;
	float:left;
}

#footer {
	width:860px;
	text-align:center;
}

#subempresa {
	float:left;
	margin-top:10px;
}

#subempresa a:link{
	color: #999999;
}

#subempresa a:visited{
	color: #CCCCCC;
}

#subempresa a:hover{ /*hover state CSS*/
	color: #A70303;
}

#contenedorLateral {
	width:177px;
	height:370px;
	margin-left:30px;
	margin-top:20px;
	float:left;
	background-image:url(../images/bgLateral.png);
	background-repeat:repeat;
}

#interiorLateral {
	width:137px;
	padding-left:20px;
	padding-top:5px;
}

/* CSS Textos */

.txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}

.txtfooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
}
.txtfooter2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
}
.destacado {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A70303;
}
.destacado2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#A70303;
}
.destacadoBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:900;
}

.contacto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	background-color:#666666;
	border:none;
}

.contador {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	background-color:#666666;
	border:none;
}


/* CSS Acordion */

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

.arrowlistmenu{
width: 154px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0px 0px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 10px;;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #999999;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	outline:0;
}

.arrowlistmenu ul li a:visited{
color: #999999;
outline:0;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
outline:0;
}

