/*/ Cuerpo central texto -----------------------------------------------------------------------------------------------------------------------/*/

.texto_titulo {
	color : #3300CC;
	font-size : 16px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: bold;
	padding-bottom : 15px;
}

.texto {
	color : #333333;
	padding-bottom : 5px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: justify; padding-left: 30px;
	margin-top: 0px; padding-top: 0px;
	padding-right: 0px;
}
.texto a {
	color : #f26521;
    font-weight: bold;
	text-decoration: none;
}
.texto a:hover {
	color : #3366ff;
	text-decoration: underline;
}
.texto_destacado {
	color : #000000;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify; 
}

/*/ Pie de Foto --------------------------------------------------------------------------------------------------------------------------------/*/

.piefoto {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; color: #666666;
	padding-top: 0px;
	text-align: justify;
	vertical-align: top;
	border: 0px none;
}

/*/ Pie de pagina -------------------------------------------------------------------------------------------------------------------------------------- /*/

.pie_pagina{
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	color:#FFC57C;
	text-align:center;
}
..menu_inf a {
	color : #f26521;
    font-weight: bold;
	text-decoration: none;
}

/*/ Menu superior ------------------------------------------------------------------------------------------------------------------------------------/*/

.menu_sup {
	color : #99999;
	padding-bottom : 5px;
	margin-bottom : 10px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	padding-top: 5px;
}
.menu_sup a {
	color : #f26521;
      font-weight: bold;
	text-decoration: none;
}
.menu_sup a:hover {
	color : #3366ff;
	text-decoration: underline;
}

/*/ Fomulario ------------------------------------------------------------------------------------------------------------------------------------------/*/

}
INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
	border: outset 1px  #6699CC;
}
TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;
	border: outset 1px  #6699CC;
}
.titulo {
	color : #6666CC;
	font-size : 20px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: bold;
	border-bottom-style: dashed;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

