/* --------------  RESET STYLES  ---------- */
:link,:visited{text-decoration:none}

ul,ol{list-style:none}

table {border-collapse:collapse}

h1,h2,h3,h4,h5,h6,pre,code,input,select,textarea{font-size:1em}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0}

fieldset,img,a img,:link img,:visited img{border:0}

a{outline:none;}


/* --------------  BASIC STYLES  ---------- */
body {
	font:1em/120% Arial, sans-serif;
	text-align:center;
	color:black;
}

h2{
	font-size:1.88em;
	color:#55B0DD;
	font-weight:normal;
	margin-bottom:.4em;
	line-height:1em;
}

h3{
	margin-top:2em;
	margin-bottom:.3em;
	font-size:1.45em;
	color:#bcbcbc;
}

.segones #main h3{
	margin-top:0;
}

.segones #sidebar h3.first-child{
	margin-top:15px;
}

h4{
	font-size:1.45em;
	margin-bottom:.4em;
	color:black;
}

h5{
	color:black;
	margin-top:2em;
	margin-bottom:.5em;
}

a:link,
a:visited{
	color:#999;
	text-decoration:none;
}

a:hover,
a:active{
	color:#999;
	text-decoration:underline;
}

h4 a:link,
h4 a:visited,
h4 a:hover,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:hover,
h5 a:active{
	color:black;
}

#tagcloud a:link,
#tagcloud a:visited,
#footer a:link,
#footer a:visited,
#lang a:link,
#lang a:visited{
	color:#4BA4C2;
	text-decoration:none;
}

#tagcloud a:hover,
#tagcloud a:active,
#footer a:hover,
#footer a:active,
#lang a:hover,
#lang a:active{
	color:#4BA4C2;
	text-decoration:underline;
}

p{
	margin-bottom:1em;
}

blockquote{
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:1em;
}

	blockquote p{
		color:black !important;
	}

/* --------------  %HEADER  ---------- */
#lang{
	height:25px;
	background:url(../img/bg.png) repeat-x;
	font-size:.69em;
	display:none;
}

	#lang ul{
		width:750px;
		padding:2px 20px 0;
		margin:0 auto;
	}

		#lang ul li{
			float:right;
			text-align:right;
			margin-left:.5em;
			margin-right:.5em;
		}
		
			#lang ul li.current{
				color:#666;
			}

#header{
	width:750px;
	height:120px;
	padding:15px 15px 0;
	margin:0 auto;
	background:url(../img/header.png) no-repeat 300px 0;
}

	#header h1 a{
		display:block;
		float:left;
		width:187px;
		height:84px;
		text-indent:-9999px;
		background:url(../img/logo.png);
	}
	
	#header ul{
		float:right;
		width:360px;
		
	}
	
		#header ul a,
		#header ul li#quienes-somos.current,
		#header ul li#planes.current,
		#header ul li#servicios.current,
		#header ul li#contacto.current{
			height:35px;
			float:left;
			text-indent:-9999px;
			background:url(../img/menu.png);
		}
		
			#header ul li{
				float:left;
			}
			
			#header ul li#quienes-somos a:link,
			#header ul li#quienes-somos a:visited{
				width:125px;
				background-position:0 0;
			}
			
			#header ul li#quienes-somos a:hover,
			#header ul li#quienes-somos a:active,
			#header ul li#quienes-somos.current{
				width:125px;
				background-position:0 -35px;
			}
			
			#header ul li#planes a:link,
			#header ul li#planes a:visited{
				width:66px;
				background-position:-125px 0;
			}
			
			#header ul li#planes a:hover,
			#header ul li#planes a:active,
			#header ul li#planes.current{
				width:66px;
				background-position:-125px -35px;
			}
			
			#header ul li#servicios a:link,
			#header ul li#servicios a:visited{
				width:83px;
				background-position:-191px 0;
			}
			
			#header ul li#servicios a:hover,
			#header ul li#servicios a:active,
			#header ul li#servicios.current{
				width:83px;
				background-position:-191px -35px;
			}
			
			#header ul li#contacto a:link,
			#header ul li#contacto a:visited{
				width:86px;
				background-position:-274px 0;
			}
			
			#header ul li#contacto a:hover,
			#header ul li#contacto a:active,
			#header ul li#contacto.current{
				width:86px;
				background-position:-274px -35px;
			}
		

/* --------------  %CONTENT  ---------- */
#content{
	text-align:left;
	width:780px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:3em;
}

	#content #wide{
		padding:20px;
	}

	#content #main{
		float:left;
		width:439px;
		padding:5px 20px 0;
		border-right:1px solid #eee;
		margin-top:15px;
	}
	
		#content.segones p{
			color:#999;
		}
		
			#content.segones p strong{
				color:black;
				font-weight:normal;
			}
	
		#content #main p,
		#content #main ul.servicio,
		#content #wide p{
			font-size:.81em;
		}
	
		#content #main p.destacado{
			font-size:1.1em;
		}
	
		#content #main #listado-planes{
			margin:1em 0 0 0;
			list-style:none;
		}
		
			#content #main #listado-planes p{
				font-size:1em;
			}
	
		#content #main #listado-planes li{
			position:relative;
			left:-8px;
			margin-top:1em;
			height:104px;
			padding-left:125px;
			padding-top:20px;
		}
		
		#content #main #listado-planes li.first-child{
			margin-top:0;
		}
		
		#content #main #listado-planes li#preventivo{
			background:url(../img/planes-preventivo.png) no-repeat;
		}
		
		#content #main #listado-planes li#correctivo{
			background:url(../img/planes-correctivo.png) no-repeat;
		}
		
		#content #main #listado-planes li#integral{
			background:url(../img/planes-integral.png) no-repeat;
		}
		
		#content #main #listado-planes li#general{
			background:url(../img/planes-general.png) no-repeat;
		}
		
		#content #main ul.servicio{
			margin:0;
			list-style:none;
		}
		
		#content #main ul.servicio li{
			background:url(../img/listado.png) no-repeat;
			min-height:34px;
			padding-left:45px;
			padding-right:15px;
			margin-top:.2em;
			margin-bottom:0;
			padding-top:10px;
			color:#666;
		}
	
			#content #main ul.servicio li.first-child{
				margin-top:0;
			}
		
	.img-desc{
		margin-bottom:10px;
	}
	
	#content #main blockquote{
		float:right;
		width:250px;
		background:url(../img/blockquote.png) no-repeat;
		padding-left:44px;
	}
	
	#content #main blockquote.block{
		float:none;
	}
	
	#content #sidebar{
		float:left;
		width:260px;
		padding:0 20px;
	}
	
		#content #sidebar #ayuda{
			display:block;
			width:257px;
			height:93px;
			text-indent:-9999px;
			background:url(../img/ayuda.png);
		}
		
		#content #sidebar #condiciones-uso{
			font-size:0.8em;
			text-align:left;
		}
		
		#content #sidebar #condiciones-uso input{
			padding:2px;
			border:none;
			width:5%;
		}

		
		#content #sidebar #tecnico{
			margin-top:.8em;
			padding-left:88px;
			background:url(../img/tecnico.png) no-repeat;
			min-height:79px;
		}
		
		#content #sidebar #tecnico a{
			display:block;
			margin-bottom:.4em;
			color:black;
			font-weight:bold;
		}
		
		#content #sidebar #tecnico em{
			color:red;
			font-style:normal;
		}
		
		#content #sidebar #tecnico small{
			font-size:.63em;
			color:#999;
			line-height:1.3em;
			display:block;
		}
		
		#content #sidebar #tagcloud,
		#content #main #tagcloud {
			line-height:1.6em;
		}
		
			#content #sidebar #tagcloud small small,
			#content #main #tagcloud small small {
				font-size:0.8em;
			}
			
			#content #sidebar #tagcloud small,
			#content #main #tagcloud small {
				font-size:1.06em;
			}
			
			#content #sidebar #tagcloud big,
			#content #main #tagcloud big{
				font-size:1.19em;
			}
			
			#content #sidebar #tagcloud big big,
			#content #main #tagcloud big big {
				font-size:1.31em;
			}
		
		#content #sidebar h5{
			margin-top:0;
			margin-bottom:.2em;
		}
		
		#content #sidebar #otros {
			margin-top:1em;
		}
		
			#content #sidebar #otros li{
				margin-top:.5em;
				padding-left:75px;
				min-height:;
			}
			
				#content #sidebar #otros li#serv-preventivo{
					background:url(../img/planes-preventivo-small.png) no-repeat;
				}
			
				#content #sidebar #otros li#serv-correctivo{
					background:url(../img/planes-correctivo-small.png) no-repeat;
				}
				
				#content #sidebar #otros li#serv-integral{
					background:url(../img/planes-integral-small.png) no-repeat;
				}
				
				#content #sidebar #otros li#serv-general{
					background:url(../img/planes-general-small.png) no-repeat;
				}
		
				#content #sidebar #otros li.first-child{
					margin-top:0;
				}
			
				#content #sidebar #otros li p{
					font-size:.75em;
					line-height:1.2em;
				}
				
			#content #main ul{
				margin-left:20px;
				margin-bottom:20px;
				list-style:disc;
				color:#999;
				font-size:.81em;
			}
			
			#content #main ul ul{
				font-size:1em;
			}
			
				#content #main ul li{
					margin-bottom:10px;
				}
				
			table{
				margin:20px 0 30px 0;
				font-size:.9em;
			}
			table th{
				padding:4px 10px;
				background-color:#ddd; 
				color:black; 
				font-weight:bold;
			}
			table td{
				padding:4px 10px; 
				background-color:#f5f5f5; 
				border:1px solid #e5e5e5; 
			}
			table td.center{
				text-align:center;
			}
			
			
			
		#content #main #otros {
			margin-top:1em;
			margin-left: 0px;
		}
		
			#content #main #otros li {
				margin-top:.5em;
				padding-left:75px;
				min-height:;
				font-size:1.2em;
				list-style-type: none;
			}
			
				#content #main #otros li#serv-preventivo{
					background:url(../img/planes-preventivo-small.png) no-repeat;
				}
			
				#content #main #otros li#serv-correctivo{
					background:url(../img/planes-correctivo-small.png) no-repeat;
				}
				
				#content #main #otros li#serv-integral{
					background:url(../img/planes-integral-small.png) no-repeat;
				}
				
				#content #main #otros li#serv-general{
					background:url(../img/planes-general-small.png) no-repeat;
				}
		
				#content #main #otros li.first-child{
					margin-top:0;
				}
			
				#content #sidebar #otros li p{
					font-size:.75em;
					line-height:1.2em;
				}

/* --------------  %FOOTER  ---------- */
#footer{
	clear:left;
	background-color:#eee;
	border-top:#dfdfdf;
	font-size:.79em;
	color:#999;
}

	#footer div{
		text-align:left;
		width:740px;
		padding:20px;
		margin:0 auto;
		overflow:hidden;
	}
	
		#footer p{
			float:left;
		}
		
		#footer ul{
			float:right;
		}
		
			#footer ul li{
				float:left;
				margin-left:1em;
			}
			
				#footer ul li a{
					text-decoration:underline;
				}
		
/* --------------  %FORMS  ---------- */
input{
	font:1.2em arial,sans-serif;
	padding:2px;
	border:1px solid #CCC;
	width:60%;

}
textarea{
	font:1em arial,sans-serif;
	padding:2px;
	border:1px solid #CCC;
	margin-bottom:20px;
	width:95%;
}

label{
	font-weight:bold;
	color:black;
	display:block;
}

input.submit{
	cursor:pointer;

}
.enviar {
	width:auto;
}
.msg-info{
	font-size:1.1em !important;
	color:black !important;
	padding:10px !important;
	background-color:#ffc;
}
.msg-error{
	font-size:1.1em !important;
	color:red !important;
	padding:10px !important;
	background-color:#ffc;
}

