body
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color: #00A5E5;
	color: #ffffff;
}
p
{
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	margin: 0px 10px 15px 0px;
}
a
{
	color: #ffffff;
	text-decoration:underline;
}
a:hover
{
	text-decoration: none;
}
em
{
	font-size: 10px;
}
strong
{
	color: #ffffff;
}
h1
{
	font-family: Arial;
	font-size: 180%;
	color: #ffffff;
	font-style: normal;
	margin: 5px 0px 10px 0px;
}
h2
{
	font-family: Arial;
	font-size: 120%;
	color: #000000;
	font-style: normal;
	margin: 5px 0px 2px 0px;
}
table
{
	font-family: Verdana;
	font-size: 11px;
}

/* Cabecera */
#header
{
	position:relative;
	width: auto;
	margin: 0px 0px 0px 0px;
	height: 46px;
	width:750px;
}
#headerlogo
{
	position: absolute;
	left:0px;
	top:0px;
}
#headeridiomas
{
	position: absolute;
	right: 0px;
	top: 0px;
}
/* Menu */
#menu
{
	float: left;
	width: 249px;
	background-image: url(../gifs/fondomenu.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}
.imgflor
{
	float:left;
}
.imgpies
{
	float:right;
	margin: 0px 20px 0px 10px;
}
#imgmenu
{
	position:relative;
	width: 249px;
}

/* Contenido */
#contenido
{
	float:left;
	background-image: url(../gifs/fondomenu.gif);
	background-repeat: repeat-y;
	background-position: left top;	
	background-color: #99CC00 !important;
}
#conCentral
{
	float:left;
	width:501px;
	margin-top: 30px;
}

#titular
{
	position: relative;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* Separadores */
.separa01 {
  width:auto;
  margin:1px 0px 1px 0px;
  padding:0px 0px 0px 0px;
  border-bottom:solid 1px #80BA2B;
  clear:both;
}

/* Filas y columnas */
.formRow
{
	width:100%;
}
.formCol
{
	width: 48%;
	float: left;
	margin-right:4px;
}
.formCol3
{
	width: 30%;
	float: left;
	margin-right:4px;
}

/* Formularios */
input 
{
	font-family: Verdana;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
}
#form
{
	width:auto;
}
#form .formRow
{
	clear: both;
    padding: 0px 0px 5px 0px;
}
#form .formColLeft
{
	width: 130px;
	float: left;
	margin-right:4px;
	text-align: right;
}
#form .formColRight
{
	width: auto;
	float: left;
	margin-right:4px;
}

.formbotones	{
	float:right;
	text-align: right;
	padding: 5px 15px 5px 0px;
}
.error
{
	color: #ff0000;
}


/* Floats */
.left
{
	float:left;
}
.right
{
	float:right;
}
#contentcenter
{
	text-align: center;
}
#contentleft
{
	left:0px;
	position: absolute;
}
#contentright
{
	margin-right: 10px;
	margin-left: 290px;
	position: relative;
	top: 0px;
}
#contentright ul
{
	margin-left: 20px;
}

/* listas */

/* Alturas */

/* Ancho */

/* Margins */

/* Titulares */

/* Imágenes */
.imgright
{
	float:right;
}
/* Colores de fondo */
.bgcolor01
{
	background-color: #00A5E5 !important;
}
.bgcolor02
{
	background-color: #99CC00 !important;
}
.bgcolor03
{
	background-color: #ffffff !important;
}
