/*4b4a47*/

body {

	background: white url(../images/background.png) left top repeat-x;

	margin: 0 auto;

	font-family: Arial, Helvetica, sans-serif;

}

p{
color: black;
font-size: 20px;
text-align: center;
}
form { 
  font:100% verdana,arial,sans-serif;
  margin: 0 0 0 70px;
  padding: 0;
  width: 450px; 
}
form fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;       
  margin: 0;
}
form fieldset legend {
	font-size:1.1em; 
}

form label { 
	display: block;  
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 15px 0 0; 
	text-align: right; 
}

form input, form textarea {
	
	width:auto;     
	margin:15px 0 0 10px; 
}

form small {
	display: block;
	margin: 0 0 5px 15px; 
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} 

form br {
	clear:left; 
}



#global{width: 800px; height: 100%; margin: 50px auto;
}



#izquierda{float: left; width: 160px; margin: 150px 0 0 10px; 
}

#contenido{width: 600px; height: 700px; margin: 0 5px 50px 0; border-left: 4px solid #808080; float: right;
}

#global_header{width: 800px; height: 150px; margin: 0 0 10px 0;}
#logo{width: 350px; height: 150px; float: left; margin: 0 0 0 10px;}
#header_contenido{width: 400px; height: 150px; float: right; margin: 0 9px 0 0; background: none;}


#footer{clear: both; width: 780px; height: 60px; background: url(../images/background_footer2.gif) no-repeat; margin: 0 10px 0 10px;
}
#disenador{float: right; font-size: 12px; color: #808080; margin: 10px 60px 0 0;}
#derechos{float: left; font-size: 12px; color:#808080; margin: 15px 0 0 30px;}

#espacio {background: url(../images/separador.gif) repeat-x;}
#fondo_menu{background: url(../images/fondo_menu.gif) no-repeat;}

/***********************Menu******************************/
/*
div.menu h3 {
	font-family: comic-sans;
	font-size: 15px;
	font-weight: bold;
	color: #eee;
	margin: -30px 0px 15px -18px;
	padding-left: 35px;
	padding-top: 5px;
}
div.menu a {
	font-size: 18px;
	text-decoration:none;
	color: black;
}
div.menu a:hover {
	font-size: 18px;
	text-decoration: underline;
	color: blue;
}


div.menu {
	background: url(../images/abajo_derecha2.gif) bottom right no-repeat;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

div.menu div {
	background: url(../images/abajo_izquierda2.gif) bottom left no-repeat;
}

div.menu div div {
	background: url(../images/arriba_derecha2.gif) top right no-repeat;
}

div.menu div div div {
	background: url(../images/arriba_izquierda2.gif) top left no-repeat;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: auto;
}


*/

/********************MENU**********************/

div.base_menu a {
	font-size: 18px;
	text-decoration:none;
	color: black;
}
div.base_menu a:hover {
	font-size: 18px;
	text-decoration: underline;
	color: blue;
}
.base_menu {
   background: #000000 url(../images/fondo_menu_izquierda_derecha.gif) no-repeat;
}
.arriba_menu div {
   background: url(../images/arriba_izquierda_menu.gif) no-repeat top left;
}
.arriba_menu {
   background: transparent url(../images/arriba_derecha_menu.gif) no-repeat top right;
}
.abajo_menu div {
   background: url(../images/abajo_izquierda_menu.gif) no-repeat bottom left;
}
.abajo_menu {
   background: transparent url(../images/abajo_derecha_menu.gif) no-repeat bottom right;
}

.arriba_menu div, .arriba_menu,
.abajo_menu div, .abajo_menu {
   width: 100%;
   height: 40px;
   font-size: 1px;
}


.contenido_menu {  margin: 0 0; height: auto; }
/**************************************************/



/******************bordes global********************/

.base_global {
   background: url(../images/global_background.gif) repeat-y;
}
.arriba_base { background: url(../images/arriba_base.gif) repeat-x top;
}
.arriba_global div {
   background: url(../images/arriba_izquierda_global.gif) no-repeat top left;
}
.arriba_global {
   background: transparent url(../images/arriba_derecha_global.gif) no-repeat top right;
}


.abajo_global div {
  background: url(../images/abajo_izquierda_global.gif) no-repeat bottom left;
}
.abajo_global {
  background: transparent url(../images/abajo_derecha_global.gif) no-repeat bottom right;
}

.arriba_global div, .arriba_global, 
.abajo_global div, .abajo_global {
   width: 100%;
   height: 40px;
   font-size: 1px;
}
.contenido_global { margin: 0 0; height: 100%;}





