@import url(texto.css);

@import url(links.css);

body{
	
	text-align:center;


}


#contenedor{
		
	border-bottom:1px #CCCCCC solid; 
	border-left:1px #CCCCCC solid; 
	border-right:1px #CCCCCC solid;
	border-top:1px #CCCCCC solid;			
	width:850px;
					
}
		
		

img{ border:none;	}

.cuerpo {
 	width:1000px; 
	height:600px;
	margin:0 auto 0 auto;
		
}

.caja_cuerpo{ 
		
		width:850px; 
		height:600px; 
		border:1px #CCCCCC solid; 				
		background-repeat:no-repeat; 
		background-position:right bottom;
 
}

table { 

	border:none;
	
}


textarea{

	border:1px #728B20 solid; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	color:#728B20;
	background-color:#FFFFFF;
	width:250px;
	height:50px;

}

textarea.seleccionado	{

	border:1px #728B20 solid; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	color:#728B20;
	background-color:#DCE4CA;
	width:250px;
	height:50px;

}

input.check	{
	
	border:1px none #728B20; 	
	color:#728B20;
	background-color:#FFFFFF;
	width:15px;
	
}

input.boton	{
	
	border:1px #728B20 solid; 	
	color:#728B20;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	width:80px;

	
}



input	{

	border:1px #728B20 solid; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	color:#728B20;
	background-color:#FFFFFF;
	width:250px;


}


input.seleccionado	{

	border:1px #728B20 solid; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	color:#728B20;
	background-color:#DCE4CA;
	width:250px;


}
