body {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #A5C7EA;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.caja{
	padding-left:15px;
	padding-right:15px;
}

.separdor{
	width:100%;
	background:#49616D;
	height:5px;
}
.separdorm{
	width:95%;
	background:#bfbebc;
	height:3px;
}
.minisepardor{
	width:98%;
	background:#666666;
	height:1px;
}
.separdorvert{
	width:2px;
	background:#666666;
	height:484px;
}
.redfont{
	color: #FF0000;
}
.greebluefont{
	color: #4a6167;
	font-weight:bold;
}
.minifont{ font-size:11px;}
.caja a .redfont{color: #FF0000;}
.cajaicon{float:left; padding-right:10px; padding-top:8px;}

h3{color:#4a6167; font-size:19px}
.Button
{
	background-color: #4a6167;
	color: #FFFFFF;
	border-right: #95cc6a 1px solid;
	border-top: #95cc6a 1px solid;
	border-left: #95cc6a 1px solid;
	border-bottom: #95cc6a 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
.ButtonCancelar
{
	background-color: #FF0000;
	color: #FFFFFF;
	border-right: #95cc6a 1px solid;
	border-top: #95cc6a 1px solid;
	border-left: #95cc6a 1px solid;
	border-bottom: #95cc6a 1px solid;
	font-size: 8pt;
	font-family: Tahoma, Verdana, 'Times New Roman';
}
/*
ESTILOS PARA HACER EL CAROUSEL
*/
#carousel{
	width: 470px;
	margin: auto;
	border: 0px;
	overflow: auto;
	height: 71px;
	position: relative;
}
#carousel img{
	width: auto;
	border: 0 none;
}

#carousel_Controles img{
	border: 2px solid #a00;
	width: 15px;
	height: 15px;
}
#carousel_Controles{
	right: 0;
	bottom: 0;
}
/*
ESTILOS PARA HACER EL MENU
*/
.anylinkcss{
position:absolute;
left:0;
top:0;
visibility: hidden;
font-style:normal;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:22px;
background: #547483;
width:auto; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent:24px;
padding: 0px 0;
text-decoration: none;
font-weight: bold;
text-align:left;
}
.anylinkcss a:link{ 
background: #547483;
background-image:url(../imagenes/botones/flor.gif);
background-repeat:no-repeat;
color: white;
}
.anylinkcss a:visited{ 
background: #547483;
background-image:url(../imagenes/botones/flor.gif);
background-repeat:no-repeat;
color: white;
}
.anylinkcss a:active{ 
background: #547483;
background-image:url(../imagenes/botones/flor.gif);
background-repeat:no-repeat;
color: white;
}
.anylinkcss a:hover{ 
background: #a5b9c3;
background-image:url(../imagenes/botones/florhover.gif);
background-repeat:no-repeat;
color: white;
}

