
/*-------------- Marcos provisionales----------------*/

 /*div{
	border:1px green dashed;
 }
 
 span{
	border:1px green dashed;
 }
 
 /*-------------------------------------------------------------*/

 
 /*---------------------------------- Decoración "formularios elegantes" -------------------------------------*/

 select{
   font-family : Verdana, arial, Helvetica;
   font-size : 11;
	color : #000033;
   font-weight : bold;
	height: 22px;
   border:1px solid #bbb;
   background-color : #EEEEEE;
 }
 
 input{
   font-family : Verdana, arial, Helvetica;
	height: 20px;
   font-size : 11;
	color : #000033;
   font-weight : bold;
	border:1px solid #bbb;
   background-color : #fff;
	margin-top: 4px;
 }
 
 textarea{
   font-family : Verdana, arial, Helvetica;
   font-size : 11; color : #000033;
   font-weight : bold;
   border:1px solid #bbb;
   background-color : #EEEEEE;
 }
 
      /*---------------------------------- Página Formulario -------------------------------------*/
  
  #contenido{
   float: left;
  	width:610px;
	height:400px;
	margin: auto;
	margin-top:50px;
	margin-left: 100px;
	background-color: #080808;
	border:1px solid #252525;
	filter: alpha(opacity=70);
	opacity: .7
  }
  
  .formu{
  	float:left;
	height:300px;
	margin-top:20px;
	padding-top:5px;
	background-color: #0c0c0c;
  }
 
 /*------------------------- Todos los div pequeños de textos y de los input -------------------------*/
 .tel{
 color:#f33;
 }
 
 div.camposText{
 	float:right;
	width:120px;
	height:25px;
	text-align: right;
	background-color: #111;
 }
 
 div.camposInput{
   float: left;
 	width:310px;
	height:25px;
	text-align: left;
 }
 
 /*------------------------------------------------------------------------------------------------*/
 
 span{
 	font-size:10pt;
	line-height:25px;
	color:#bbb;
 }
 
 span.alarma{
 	font-size:8pt;
	color:red;
	visibility:hidden;
 }
 

 
 