/* CSS Document */

body{
	background-color:#FFFFFF;
	background-image:url(../img/cuerpo_fondo.gif);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
}
a {
	color: #BE0000;
	outline: none;
	text-decoration:none;
}
a:link {
	color: #BE0000;
	outline: none;
	text-decoration:none;
}
a:visited {
	color: #BE0000;
	outline: none;
	text-decoration:none;
}
a:active {
	color: #BE0000;
	outline: none;
	text-decoration:none;
}
input{
	border: 1px solid #CCC;
	background-color:#FEFEFE;
}
textarea{
	border: 1px solid #CCC;
	background-color:#FEFEFE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444;
}
h3{
	font-size:15px;
}
h2{
	font-size:17px;
}
.titulo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#BE0000;
}

#contenedor{
	text-align:center;
	width:725px;
}

#cabecera{
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	width:725px;
	height:100px;
	text-align:left;
}

#portada{
	width:725px;
	height:160px;
	margin:5px 0px 0px 0px;
	text-align:left;
}
#caratula{
}
#chart{
	background-image:url(../img/chart.gif);
	background-repeat:no-repeat;
	width:488px;
	height:283px;
	margin-left:15px;
}
#chart-text{
	padding:30px 20px 15px 280px;
	text-align:justify;
}
#menu{
	height:64px;
	float:right;
	text-align:right;
}

.menuItem{
	height:64px;
	text-align:center;
	float:right;
}
.menuItemSelected{
	background-image:url(../img/menu_boton_selected.gif);
	background-repeat:repeat-x;
	height:64px;
	text-align:center;
	float:right;
}
.menuItemPadding{
	padding:35px 10px 0px 10px;

}
#cuerpo{
	background-image:url(../imagenes/cuerpo.gif);
	background-repeat:no-repeat;
	width:725px;
	margin:20px 0px 0px 0px;
	text-align:left;
	float:left;
}

#contenido{
	float:right;
	margin:9px 0px 0px 0px;
	width:520px;
}

.navegacionSeccion{
	text-transform:capitalize;
}

.menuseVerticales{
	float:left;
	width:200px;
	background-image:url(../img/menu_vertical_fondo.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.menuVertical{
	float:left;
	width:200px;
	background-image:url(../img/menu_vertical_fondo.gif);
	background-repeat:repeat-y;
	background-position:right;
}

.menuVerticalTop{
	background-image:url(../img/menu_vertical_top.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:19px;
}

.menuVerticalCuerpo{
	background-image:url(../img/menu_vertical_bottom.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:5px 20px 25px 0px;
	text-align:right;
	line-height:20px;
}

.cajaGrande{
	background-image:url(../img/caja_grande_fondo.gif);
	background-repeat:repeat-x;
	height:157px;
}

.cajaGrandeIzquierda{
	background-image:url(../img/caja_grande_izquierda.gif);
	background-repeat:no-repeat;
	height:157px;
	width:9px;
	float:left;
}

.cajaGrandeDerecha{
	background-image:url(../img/caja_grande_derecha.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:157px;
}

.cajaChica{
	background-image:url(../img/caja_chica_fondo.gif);
	background-repeat:repeat-x;
	height:98px;
}

.cajaChicaIzquierda{
	background-image:url(../img/caja_chica_izquierda.gif);
	background-repeat:no-repeat;
	height:98px;
	width:9px;
	float:left;
}

.cajaChicaDerecha{
	background-image:url(../img/caja_chica_derecha.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:98px;
}
.thumbM{
	width:100px;
	padding:3px;
	border:1px solid #CCC;
	background-color:#FFFFFF;
	margin:0px 15px 0px 0px;
	float:left;
	position:absolute;
}
.itemBlog{
	text-align:justify;
	border-bottom:1px solid #CCC;
	padding:0px 10px 20px 10px;
}
#pie{
	width:725px;
	margin:15px 0px 0px 0px;
	text-align:left;
	float:left;
	height:60px;
	border-top:1px solid #CCC;
}

.list-dark{
	padding:3px;
	background-color:#EEE;
	height:16px;
}

.list-light{
	padding:3px;
	background-color:#FFF;
	height:16px;
}
.warningmsg{
	background-color:#FFFFDD;
	border:1px solid #EE8;
	padding:10px;
}
.errormsg{
	background-color:#FFDDDD;
	border:1px solid #DAA;
	padding:10px;
}
.infomsg{
	background-color:#D2E9FF;
	border:1px solid #99CCFF;
	padding:10px;
}
.confirmmsg{
	background-color:#E6FBE7;
	border:1px solid #BFF1B8;
	padding:10px;
}
.texto{
	color:#666666;
	font-size:11px;
	font-weight:normal;
}

.addTag{
	border:0px;
	background-color:#FFFFFF;
}

.addTagEmpty{
	border:1px solid #CCC;
	background-color:#FFFFFF;
}

.addTagEnabled{
	border:1px solid #CCC;
	background-color:#FFFF99;
}
.changoSpy-item{

}
.changoSpy-item-selected{
	font-weight:bold;
}
#listaDelChango{
	background-color:#F5F5F5;
	border:1px solid #CCC;
}
#listaDelChango td{
	border-bottom:1px solid #CCC;
	padding:2px;
}
.precioChango{
	font-size:13px;
	font-weight:bold;
	color:#666;
}
.precioChangoTotal{
	font-size:13px;
	font-weight:bold;
	color:#009933;
}
.paginador{
	text-align:left;
	padding:5px;
	height:40px;
}
.paginador-item{
	float:left;
	background-image:url(../img/page_white.gif);
	background-repeat:no-repeat;
	height:17px;
	width:17px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
}
.paginador-item-control{
	float:left;
	height:17px;
	width:17px;
	text-align:center;
	line-height:15px;
	margin-right:5px;
}

.cuentaFormDisabled{
	background-color:transparent; 
	border:0px; 
	font-size:12px;
	color:#333333;
	font-weight:bold;
	height:17px;
	padding:3px
}
.cuentaForm{
	background-color:#FFFFFF; 
	color:#333333;
	border:1px solid #C00; 
	font-size:12px; 
	font-weight:bold;
	height:17px;
	padding:2px
}
.cuentaBoton{
	padding:15px 10px 15px 10px;
	background-color:#F5F5F5;
	border:1px solid #CCC;
	float:left;
	margin:10px;
	text-align:center;
}
