/* CSS Document */

/*/ ~~~~~~~~~~  MUSIKEON, S.L.U. > www.musikeon.net ~~~~~~~~~~ /*/
/*/ ~~~~~~~~~~  Design & Programming > RAZGO - www.razgo.net /*/

html {
	width:100%;
	height:100%;
	} 
 
body {
 	margin:0 auto;
 	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*/font-family: Verdana, Arial, Helvetica, sans-serif;/*/
	font-size:12px ; 
	color: #797878;
	align: center;
	} 

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px ; 
	color: #797878;
	} 


A { 
 	text-decoration:underline; 
	color: #FD3903;
	} 
	
A:hover {  
	text-decoration:underline; 
	color: #FD3903;
	} 

/*/ ************************************* * tipos /*/


.titular {
	font-size: 18px;
	color: #FD3903;
	/*/font-family: Times New Roman, Times, serif;/*/
}	

.orange {
	color: #FD3903;
}	

.grey {
	color: #797878;
}	

.head {
	color: #5A5A5A;
	font-size: 14px;
	font-weight:bold;
}	


.titular_agenda {
	font-size:12px;
	color: #5A5A5A;
	font-weight:bold;

}	

.fecha_agenda {
	font-size: 11px;
	color: #FD3903;
}	

.text_agenda {
	font-size: 11px;
}	

#texto { 
	position: absolute;
	top:0px;
	left:0px;
	width:470px;
	height:auto;	
	border: 0;		
	margin: 0;
	padding: 0;
	}
	
	
	
	
		
		
		
.field {  
	color: #FD3903;
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left:4px;
	margin-top:4px;
	width:260px;
	height:14px;
	border:#797878; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

.textarea {  
	color:#FD3903;
	background-color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left:4px;
	margin-top:4px;
	width:420px;
	border: #797878; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
	}

.boton {  
	font-family: Verdana,Helvetica, Arial,  sans-serif; 
	font-size: 8pt;
	color: #FFFFFF; 
	background-color:#FD3903; 
	}
