/* Estilo de la web */ 

body { 
	font-family: arial,"Comic Sans MS", helvetica, sans-serif;     
	font-size: 80%;     
	color: black;     
	font-weight:normal;
	margin:0;
	text-align : justify;
}

.desplazadaDcha{
	margin-left:60px;
}

p{     
	line-height: 1.5em;
	margin:0em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	text-indent : 2em;
	text-align : justify;
}

.centrada{
	text-align : center;
}

.fondo {
	margin:0;
	padding-left:10px;
	padding-top:20px;
}

.cabecera {
	margin:0;
	padding:0;
}

.cabecera img{
	margin:0;
	padding:0;
}

ul{
	margin-left:2px;
}

.contenido{
	margin-left: 30px;		
	margin-top: 0px;
	padding-top:0;		
}

.banderas{
	float:right;	
	margin-top: 14px;
	padding-right:31px;
}

.banderas img{
	margin-left:4px;
	margin-right:4px;
	margin-bottom:0px
}



#puertaResi{
	float:left;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(100,100,100);
	margin-left:15px;
	margin-top:7px;	
	margin-bottom:10px;	
}

#servicios img{
	float:left;
	margin-left:20px;
	border: black;
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

#servicios p{
	clear:left;
}
#servicios ul{
	clear:left;
}

.navegacion {
	font-size: 10pt;
	float: left;
	width: 193px;
	height: 452px;
	margin:0;
	font-weight: bold;  
	background: url(imagenes/navegacion.jpg) white no-repeat;
	padding:0;
	padding-top:60px;

	text-align : left;
}

.navegacion ul{
	list-style-type:none;
	margin:0;	
	margin-left:40px;
	padding-left:0;
}

.navegacion li{
	margin-bottom:1em;
	list-style-image: url(imagenes/indicador.jpg);
		width:100px;
}

.navegacion a{
	color:black;
}

.navegacion a:hover{
/*	color:rgb(208,68,78);	*/
	color:rgb(205,53,70);	
	text-decoration: none;   
	
}

a:visited{     
	text-decoration: none; 	
}

a {
	text-decoration: none;     
}

a:hover {
	text-decoration: underline;
	
}

strong {     
	/*text-decoration: underline;*/
}  

td {
   vertical-align: top;
}

ul{
	margin:0;	
	margin-left:20px;
	padding-left:0;
}

ol{
	margin:0;	
	margin-left:20px;
	padding-left:0;
}

li{
	margin:5px;	
	/*list-style-image: url(imagenes/indicadorblanco.jpg);*/
	list-style-type: disc;
	
}

li span{
	font-weight: bold; 
}

p span{
	font-weight: bold; 
	font-style:italic;
}

h2{
	font-size:140%;
	padding-left:30px;
	margin-bottom:10px;
	margin-top:15px;
	background: url(imagenes/fondoh2.jpg);
	font-weight: normal; 
}

h3{
	font-size:110%;
	margin:5px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 40px;
	background: url(imagenes/fondoh3.jpg) no-repeat;
}

.primer{
	margin-top:0px;
	padding-top:0px;
}

img{
	margin-right:20px;
	margin-bottom:10px;
	border: none;
}
