/* CSS Document */
body,p,form,h1,h2{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}


#contenedor{
    float:left;  
	width:1000px;
	text-align:left;
}

#banner{
	width:1000px;
	background-image:url(../imagenes/backbanners.png);
	background-repeat:repeat-x;
	background-position:0% 0%;
	height:134px;
}

#filagris{
	width:1000px;
	height:15px;
	background-color:#CCCCCC;
	line-height:15px;
	font-size:10px;
	color:#000000;
}

#izquierda{
	padding-top:20px;
	float:left;
	background-image:url(../imagenes/bgderecha.png);
	background-repeat:repeat-y;
	width:175px;
	font-size:10px;
	text-align:right;
}

#derecha{
	float:left;
	padding:15px;
	width:750px;
}

#derecha h1{
	padding-top:10px;
	padding-bottom:10px;
	line-height:14px;
	font-size: 12px;
	color: #020167;
	font-weight:500;
	text-align:center;
	margin-bottom:20px;
	text-transform:uppercase;
}

#derecha p{
	font-size: 12px;
	color:#333333;
}

.letragrande{
	font-size:16px;
	font-weight:700;
}
.botonmenuizquierda{
	display:block;
	height:18px;
	width:163px;
	padding-left:5px;
	padding-top:8px;
	border-bottom:#c1d0e8 1px solid;
	font-size:12px;
	color:#505050;
	cursor:pointer;
	text-decoration:none;
}


.botonmenuizquierda2:hover{
	background-color:#5983c4;
	border-right:#0064aa 5px solid;
	width:158px;
	color:#fff;
	border-bottom:#0064aa 1px solid;;
}
.botonmenuizquierda:hover{
    text-decoration:underline;
}

.botonmenuizquierda1 {
	background-color:#5983c4;
	border-right:#0064aa 5px solid;
	color:#fff;
	border-bottom:#0064aa 1px solid;
    font-size:12px;
	color:#fff;
	cursor:pointer;
	display:block;
	height:18px;
	width:163px;
	height:18px;
	padding-top:8px;
	text-decoration:none;
	
}

#cajaconceptos{
	width:168px;
	border:#c0c0c0 1px solid;
	background-color:#f2f2f2;
	margin-bottom:20px;
}

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: white;
background: #5983c4 url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 5px 4px 10px; /*header text is indented 10px*/
border-right:#0066FF 5px solid;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

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

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

.arrowlistmenu ul li a{
color: #000099;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 5px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #333333;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

#footermenu {
   text-decoration:none;
   padding-bottom:20px;
}

#footermenu a:hover {
   text-decoration: underline;
}

.footermenulink {
   color:#000;
   text-decoration:none;
}
