/*
///////////////////////////////////////////////////////////////
         CREADO Y REALIZADO POR DEDO MULTIMEDIA S.A.
///////////////////////////////////////////////////////////////

///////// www.dedomultimedia.com
///////// info@dedomultimedia.com
///////// tlf. +34 943 431 537 

///////////////////////////////////////////////////////////////
*/



/*
///////////////////////////////////////////////////////////////
------------------------------------------- ESTILOS POR DEFECTO
///////////////////////////////////////////////////////////////
*/
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0px; padding: 0px; }
table{ border-collapse: collapse; border-spacing: 0px; }
fieldset, img { border:0px; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style:none; }
caption, th {text-align:left; }
select, input, textarea { font : 99% arial, helvetica, clean, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym, dfn { border-bottom: 1px dotted #999999; cursor: help; }
pre { width: 700px; padding: 20px; color: #CC0000; font-size: 13px; text-align: left; background: #ffffff; border: 1px solid #CC0000; }	
em { color: #FF0000; }	

.clear_both { clear: both; }	
.float_left { float: left;}	
.float_right { float: right;}
.align_center { text-align: center;}	
.align_left { text-align: left;}
.align_right { text-align: right;}
.font_weight_n { font-weight: normal; }
.font_weight_b { font-weight: bold; }
.background_none { background: none !important; }
	
body { 
	background: url(../images/public_images/background.gif) repeat-x #005183; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left; 
	color: #ffffff; 
	font-size: 69%;
	}

img {  
	margin: .3em .4em .3em .3em;
	border: 1px solid #c6dfea;
	background: #e8f2f6;
	padding: .3em;
	}

h1 { 
	color: #084563; 
	font-weight: bold; 
	font-size: 13px;
	text-align: left;
	margin-bottom: 20px;
	background: url(../images/public_images/h1.gif) no-repeat 0px 0px;
	}
	
h2 { 
	color: #69a8c7; 
	font-weight: bold; 
	font-size: 125%; 
	text-align: left; 
	margin: 1em .2em .1em .3em;
	padding: 0em 0em 0em 0em;
	}
	
strong { color: #5290af; }

a:link { 
	color: #084563; 
	text-decoration: none;
	border-bottom: 1px dotted #084563;
	}
	
a:visited { 
	color: #084563; 
	text-decoration: none; 
	border-bottom: 1px dotted #084563;
	}
	
a:hover { 
	color: #084563; 
	text-decoration: none; 
	border-bottom: 1px solid #084563;
	}
		
/*
///////////////////////////////////////////////////////////////
---------------------------------------------------- DESAPARCEN
///////////////////////////////////////////////////////////////
*/

.lang { display: none; }
#cabecera { display: none; }
#primer_nivel { display: none; }
#ruta { display: none; }
.cont_izquierda { display: none; }
		
/*
///////////////////////////////////////////////////////////////
---------------------------------------------------- FORMULARIO
///////////////////////////////////////////////////////////////
*/

fieldset { border: 0px; }

legend { display: none; }

input {
	background: url(../images/public_images/background_input.gif) repeat-x #ffffff;
	border: 1px solid #b7d0de;
	border-bottom: 3px double #b7d0de;
	border-right: 3px double #b7d0de;
	margin-bottom: 3px;
	padding-left:4px;
	color: #5c84a0;
	width: 20em;
	height: 16px;
	float: left;
	float: left;
	}

textarea {
	width: 20em;
	height: 10em;
	}

.botonEnviar {
	border: 1px solid #c6dfea;
	background: #e8f2f6;
	color: #5c84a0;
	width: 7em;
	}
