@charset "utf-8";
/* CSS Document */

body {
margin:0px;
padding:0px;
background-image:url(../imagenes/fill_background.gif);
background-repeat:repeat-x;
}


.txtsuperior {
font-family:"Arial Narrow";
font-size:13px;
color:#CCCCCC;
}

.titulo1 {
	font-family:"Trebuchet Ms", "Lucida Sans";
	font-size:19px;
	font-weight:bold;
	color:#9e9e9e;
	}
	
.titulo2 {
	font-family:"Trebuchet Ms", "Lucida Sans";
	font-size:25px;
	font-weight:bold;
	color:#18748f;
	}
	
.titulo3 {
font-family:"Trebuchet MS", "Lucida Sans";
font-size:25px;
font-weight:bold;
color:#FFFFFF;
}

.txtcontenido1 {
	font-family:"Arial Narrow", Arial;
	font-size:12px;
	color:#666666;
	}
	
.txtcontenido2 {
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#000000;
	}
	
.fillcontenidotabla {
background-image:url(../imagenes/fill_tablacontenido.jpg);
background-repeat:repeat-x;
}

input.formInputText  {
    font-size: 10pt;
	font:Arial, Helvetica, sans-serif;
    color: #666;
    background-color:#EEFDFF;
    padding: 2px;
    border: solid 1px #B2E2EB;
    margin-right: 5px;
    margin-bottom: 5px;
   
}

input.formInputText:hover {
    background-color: #fffcd8;
    border: solid 1px #e2dc8e;
    color: #000;
    cursor: pointer;
}

input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #000000; 
	cursor: text;
}

textarea.formInputTextArea {
	font-size: 10pt;
	font:Arial, Helvetica, sans-serif;	
    color: #333333;
	background-color:#EEFDFF;
	padding: 2px;
    border: solid 1px #B2E2EB;
    margin-right: 5px;
    margin-bottom: 5px;	
}

textarea.formInputTextArea:hover {
    background-color: #fffcd8;
    border: solid 1px #e2dc8e;
    color: #000;
    cursor: pointer;
}

textarea.formInputTextArea:focus {
	color: #000;
	background-color: white;
	border: solid 1px #000000; 
	cursor: text;
}
