/* CSS Document */
body {
   margin:0px;
   padding:0px;
   font: 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
   
   text-align: center;
   background-color: #634932;
/*   background:url(../images/fondo.png) top repeat right;*/
   color:#333333;
}

#contenedor{
   text-align: left;
   width: 731px;

   margin: auto;
   background: url(../images/content.jpg) top left repeat-y;
}
#empresa-logo{
	padding-top:25px;
	height:100px;
	background: url(../images/casal_header.gif) center bottom no-repeat;
}

#cabecera{
   background:#634932 url(../images/header.jpg) bottom left no-repeat;
   height:156px;

   vertical-align:bottom;
}
#cuerpo{
   padding:10px 10px 0px 10px ;
}

/************Menu ppal***********/
#menu{
	background:url(../images/sombra_menu.jpg) center bottom no-repeat;
	text-align:center;
	vertical-align:bottom;
	
	width:700px;;
	height:25px;

	font-size:80%;
}
#menu a {color:#453222; background:none;}

#menu ul{
   margin : 0px 0px 0px 0px;
   padding: 0px 0px 0px 20px;
   list-style: none;
   
}
#menu li{
   margin: 2px 2px 2px 2px;

   font-weight: bold;
   display:inline;
}
#menu a:hover{
   color: #FFF;
   text-decoration: none;
}
#menu .active {
	color:#fff;
}

/*************Contenedor informacion ppal***************/
#principal{
	text-align:justify;
	font-size:70%;
    padding:0px 30px 0px 20px
}
.cuadro{
	padding:5px 0px 0px 25px;
	margin-bottom:5px;
	background:url(../images/cuadro.gif) top left no-repeat; }
label{margin-bottom:5px;}

.descripcion {
	list-style-image:url(../images/frecha.gif);
	list-style-position:outside;
	padding:15px;
}
#pie{
	clear:both;
   background:url(../images/footer.jpg) top right no-repeat;
   height:90px;
   text-align:center;
   font-size:9px;
   vertical-align:middle;
   padding:0px 30px 0px 30px;   
} 
#copyright{
	color: #333333;
	text-align:center;
	font-size:9px;
	font-weight:bold;
	background:#634932;
}

a{ 	color: #003300;
	text-decoration:none;}
a:hover{text-decoration:underline;}
.neg11 {
	font-size: 11px;
	font-weight: bold;
}

input{
	height:17px;
	border:1px solid #006600;
	vertical-align:middle;
}
.fecha {
	text-align:right;
	padding-right:20px;
	background:#fff url(../images/go-down.png) bottom right no-repeat;}
.titulo{
	background:url(../images/raya.gif) left bottom no-repeat;
	padding-bottom:1px;
	margin-bottom:5px;
}
/***********Pagina ppal***********************/
.menuppal {	
	vertical-align:middle;
	float:right;
	padding-right:60px;
}
.menuppal ul{ 
	font-size:12px;
	font-weight:bolder;
	font-variant:small-caps;
	line-height:20px;
	vertical-align:middle;
}
.menuppal li{list-style:url(../images/bullet.gif);
list-style-position:inside;}

.nombreempresa {
	background:url(../images/casal_header.gif) no-repeat right top;
	height:85px;
	width:460px;

	vertical-align:middle;
	float:right;
	margin:50px 35px  0px 0px;

}
/*************** Fin Pagina ppal******************************/

/*************** Tarifas ***********************************/
.e1{ font-weight:bold; font-size:12px;}
.e1{ font-weight:bold; color:#666633;}
/*****************Fin Tarifas*******************************/

.colloc{
 margin-left:5px;
 padding:15px 5px 15px 5px;
 font-size:10px;
 font-weight:bold;
 color:#453222;
 text-align:justify
}
.colloc1{
 width:200px;
 float:left;
 margin-right:3px;
 border-right:1px dotted #333333;
}
.colloc2{
width:260px;
 float:left;
 margin-left:1px;
 border-right:1px dotted #333333;
}
.colloc3{
width:200px;
 float:right;
 margin-right:20px;
 padding-right:0px;

}