html, body
{
	height:auto !important; /* FF and compliant browsers should automatically size the body/html */
    height:100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    min-height:100%; /* when FF/etc automatically size the body/html it should be AT LEAST the height of the entire browser window, but can expand based on content. */
	margin:0px;
	padding: 0;
	border: 0;
	font-family: Verdana;
	font-size: 12px;
}

p
{
	margin: 0px 0px 10px 0px;
}

#content ul
{
	list-style-image: url("../images/list_1.jpg");
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
	
}

#content ul li
{
	margin-bottom: 10px;	
}

#content a
{
	text-decoration: none;
	color:#B7D43A;
}

#content a:hover
{
	text-decoration: underline;
}

#main
{
	width:100%;
	height:100%;
	text-align: center;
}

#container
{
	width: 800px;
	border-left: 1px dotted #0DB14B;
	border-right: 1px dotted #0DB14B;
}

#header
{
	width: 100%;
}

#logoa
{
	height: 194px;
	width: 100%;
	background: url("../images/logoa_esp.jpg") no-repeat top ;
}

#logob
{
	height: 94px;
	width: 197px;
	background: url("../images/logob_esp.jpg") no-repeat top ;
}

#containerMenu
{
	text-align:center;
	width:100%;
	z-index:100;
}

#menu_left
{
	height:30px;
	width:6px;
	background:url(../images/menu_left.jpg) no-repeat right;
}

.menu_center
{
	background:url(../images/menu_center.jpg) center repeat-x;
	text-align: center;
}

#menu_right
{
	height:30px;
	width:6px;
	background:url(../images/menu_right.jpg) no-repeat left;
}

/***************************************************************/
.roundtop { 
	background: url(../images/borde_menu_top_right.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(../images/borde_menu_bottom_right.jpg) no-repeat top right; 
}

img.corner {
	text-align:left;
	width: 5px;
	height: 5px;
	border: none;
	display: block !important;
}
/***************************************************************/

.top_contenido { 
	background: url(../images/contenido_top_right.jpg) no-repeat top right; 
}

.bottom_contenido {
	background: url(../images/contenido_bottom_right.jpg) no-repeat top right; 
}

img.corner_contenido {
	text-align:left;
	width: 10px;
	height: 10px;
	border: none;
	display: block !important;
}
/***************************************************************/


#registro
{
	height: 18px;
	font-size: 11px;
	text-align: right;
}

#registro a
{
	text-decoration: none;
	color:#2A65DB;
}

#registro a:hover
{
	text-decoration: underline;
}

#headerLineMenu
{
	background: url(../images/headerLineMenu.jpg) top left repeat-x;
	height: 14px;
}

#search
{
	width: 128px;
	background: #999 url(../images/headerRightMenu.jpg) right no-repeat;
}

#content
{
	width:100%;
}

/*
#content tr td
{
	border:1px solid #999999;
}
*/

.separacion
{
	width:100%;
	height:6px;
	font-size:0%;
}

/************************** copyrigth **************************/

#copyrigth
{
	width:100%;
	text-align:center;
	background:url("../images/bottom.jpg") top no-repeat;
	vertical-align:bottom;
	height:71px;
	padding-top:46px;
	font-size:9px; 
	color:#4F5A5B;
}

#copyrigth a
{
	text-decoration: none;
	color:#ccc;
}

#copyrigth a:hover
{
	text-decoration: underline;
}

/************************** siteMapPath **************************/
#siteMapPath {
	padding: 0px 10px 5px 10px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px dotted #0DB14B;
	color: #0DB14B;
}

#siteMapPath #siteMapPathFinal {
	font-size: 15px;
	font-weight: bold;
}

#siteMapPath a {
	text-decoration: none;
	color: #666666;
}

#siteMapPath a:hover {
	text-decoration: underline;
}

/**************************** MAIN *********************************/
#main_contenido
{
	width:100%;
	
}

/*
#main_contenido tr td
{
	border:1px solid #CCCCCC;
}
*/

#main_imagen
{
	
}

#main_titulo{
	font-size:20px;
	font-weight:bold;
	text-align:left;
}

#main_texto{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

/**************************** LEFT *********************************/
#seccion_left
{
	border-right:1px solid #0DB14B;
	vertical-align:top;
	width: 180px;
}

#separacion_left
{
	padding-left:10px;
	padding-right:10px;
}

/**************************** RIGTH *********************************/

#seccion_rigth
{
	border-left:1px solid #0DB14B;
	vertical-align:top;
	width: 180px;
}

#separacion_rigth
{
	padding-left:10px;
	padding-right:10px;
}

/**************************** CENTER *********************************/

#seccion_center
{
	vertical-align:top;
	padding-right:10px;
	padding-left:10px;
}

/**************************** FORMULARIO *********************************/

.formulario{
	width:100%;
}

.formulario tr td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;

	padding-bottom: 5px;
}


.formulario_label{
	width:80px;	
	text-align:left;
}
























