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

#contenido	{
	border: 1px solid #CCCCCC; 
	height: auto;
	padding:9px;
	width:780px;
}

#tituloform	{
	text-align:left;
	border: 1px solid #CCCCCC;
	background-image: url(../images/bg_titulo_contenido.png);
	background-repeat:repeat-x;
	width:770px;
	padding:5px;
}

#titulo {
	text-align:left;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}

#titulocenter {
	text-align:center;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}


#titulotr {
	background-color:#CCCCCC;
	border:#CCCCCC solid 1px;
	text-align:center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
}

td	{
	border:#CCCCCC 0px solid;
	text-align:left;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;	
	
}

#menuoption {
border-bottom:1px solid #CCCCCC;
height:auto;
padding-right:3px;
padding-top:8px;
text-align:right;
width:765px;
}

#divform {
height:auto;
padding-bottom:10px;
padding-right:3px;
padding-top:5px;
text-align:center;
width:765px;
}



/*contenido formulario*/

fieldset	{
		width:750px;
		height:auto;
		margin:auto;
		border:#CC0000 solid 1px;
		background-image:url(../images/style1_bg.gif);
		background-repeat:repeat-x;
	
	}

.table {
	width:765px;
	height:auto;
	margin:auto;
	border:#CC0000 solid 1px;
	background-image:url(../images/style1_bg.gif);
	background-repeat:repeat-x;
}

legend	{
	width:auto;
	border:#CC0000 solid 1px;
	background-color:#FF6600;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height:auto;
	margin:auto;
	padding:2px;
	}

#fila	{
	width:650px;
	margin:auto;
	height:auto;
	padding:3px;
	clear:both;	
}

#filalog	{
	width:600px;
	margin:auto;
	height:auto;
	padding:3px;
	clear:both;	
}

#fila-bajo	{
	width:650px;
	margin:auto;
	height:10px;
	padding-left:3px;
	clear:both;	
}

#col-1	{
	width: 150px;
	text-align:right;
	padding-top:3px;
	float:left;
	}
	
#col-1-bajo	{
	width: 150px;
	text-align:right;
	padding-top:3px;
	float:left;
	}	
	
#col-2	{
	width:350px;
	text-align:left;
	float:left;
	padding-left:8px;
	}
	
#col-2-bajo	{
	width:350px;
	text-align:left;
	float:left;
	padding-left:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	}

label	{
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;	
	}
		
input:focus, textarea:focus, select:focus {
border: 1px solid #FFCC00;
background:#FAF8DC;
}

input, textarea, select {
	background-color:#FFFFD5;
	background-image:url(../images/style1_txt_bg.jpg);
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	border:#999999 1px solid;
}


