﻿body{

background:     #f7f7f7;
font-family: 'trebuchet ms',Verdana, helvetica, arial, sans-serif;
font-size: 13px;
line-height:20px;
margin:0;
padding:0;
}


#sombra{
background:  #F7F7F7  url(background.jpg) repeat-y center;
}



#pagina{

width:900px;
padding:0px;
margin:0 auto;
background:   #DEDCD6;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;

}

#flash{
border-top:2px solid  ;
clear:both;
}

#menu{

background: url(menu.jpg) repeat-x; 
line-height:25px;
border-top:1px solid #333;
border-bottom:1px solid #333;
}



#cuerpo{
border-top:1px solid #999;
background: #E2CFA9  url(cuerpo.jpg) repeat-x;
padding:15px;
color: ;
}

.titulo{
font-size:18px;
padding-bottom:5px;
border-bottom:1px dotted   #000000;
}

#pie{
clear:both;
background:   #DEDCD6;
color: black;
padding:10px;
border-top:2px solid #fff;
line-height:13px;
}



#menu a{
	display: block;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 30px;
	border-right: 1px solid #999;
	
}

#menu a:hover{
background:#aaa;
}


#menu_secciones {
	background:  #DEDCD6
	color: blue;
	line-height: 25px;
}

#menu_secciones a{
display:block;
padding:0 10px 0 10px;
text-decoration:none;
background:   #DEDCD6;
}

#menu_secciones a:hover{
background:      #CAC7BD;
}

a{
	color: #006AB0;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
text-decoration:underline;
}

#cuerpo img{
margin-right:10px;
border:1px solid #ccc;
}

.clase_tabla_menu_se{
width:auto;
}	

.clase_tabla_menu_seccion_se{
width:auto;
float:right;
}