/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		font-size: 12pt;
		line-height: 1.75em;
		min-width: 965px;
		font-family:Arial, Helvetica, sans-serif;
		background-color:#ffffff;
		
	}
	
	h2
	{
		font-size: 1.5em;
	}
	
	h3
	{
		font-size: 1.35em;
	}

	.byline
	{
		margin: 0.5em 0 0 0;
		padding-bottom: 0.5em;
	}
	
	header
	{
		margin: 0 0 0.55em 0;
	}
	
	footer
	{
		margin: 2.25em 0 0 0;
	}
	
	/* Actions */

		.actions
		{
		}
		
			.actions .button
			{
				margin-right: 0.75em;
			}

	/* Box */

		.box
		{
			padding: 0 0.75em 1.75em 1.75em;
		}
		
		.caja
		{
			padding: 0.75em 0.75em 1.75em 1.75em;
		}
		
		.cajacontacto
		{
			padding-left:1.75em;
		}
		.cajagaleria
		{
			padding-left:2.75em;
		}
		
		
			.box .image-full
			{
				left: 1.75em;
				top: 1.75em;
				margin: -4.5em 0 4.25em -3.5em;
			}

	/* Button */
	
		.button
		{
			font-size: 1.1em;
			padding: 0.25em 1.5em 0.25em 1.5em;
		}

			.button-big
			{
				font-size: 1.5em;
				padding: 0.75em 1.5em 0.75em 1.5em;
			}

	/* Is-* */
	
		.is-post
		{
		}
		
			.is-post header
			{
				padding-top: 1em;
				margin: 0 0 2em 0;
			}
		
			.is-post h2
			{
				font-size: 2.5em;
				letter-spacing: -0.015em;
			}
			
			.is-post .byline
			{
				margin-top: 1.25em;
				font-size: 1.25em;
			}

	/* List */

		ul.links
		{
		}

			ul.links li
			{
				display: inline-block;
				border-left: solid 1px rgba(255,255,255,0.05);
				padding: 0 0 0 1em;
				margin: 0 0 0 1em;
			}
			
			ul.links li:first-child
			{
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

		ul.social
		{
			margin: 0 0 3.25em 0;
		}

			ul.social li
			{
				margin-left: 0.75em;
			}

	/* Pennant */

		.pennant
		{
			margin: 0 0 4em 0;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		/*padding: 6em 0 6em 0;*/
	}

		#header-wrapper:before
		{
			height: 10em;
		}
	
		#header-wrapper:after
		{
			height: 20em;
			top: -2.5em;
		}
	
	#main-wrapper
	{
		/*padding: 6em 0 6em 0;*/
		margin-top:-8px;
	}

		#main-wrapper:after
		{
			height: 5em;
		}
	
	#footer-wrapper
	{
		padding: 1em 0 1em 0;
	}

		#footer-wrapper:before
		{
			height: 5em;
		}

		#footer-wrapper header
		{
			margin: 0 0 3em 0;
		}
		
			#footer-wrapper header h2
			{
				font-size: 1.75em;
			}
			
		#footer-wrapper .row
		{
			padding-bottom: 2em;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		/*text-align: center;*/
	}
	
		#header h1
		{
			color: #252122;
			font-weight: 900;
			font-size: 2.5em;
			letter-spacing: -0.035em;
			margin: 0 0 1.5em 0;
		}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav ul
		{
			margin: 0;
			background-color:#000;
			height:27px;
			width:962px;
			text-align:center;
		}

		#nav > ul > li > ul
		{
			display: none;
			
		}

		#nav li
		{
			display: inline-block;
			font-family:Arial, Helvetica, sans-serif;
			/*margin: 0 0.35em 0 0.35em;*/
			border-right-color:#ede9e6;
			border-right-style:solid;
			border-right-width:1px;
			height:27px;
			margin-left:-2px;
		}
		
			#nav li a
			{
				color: #ede9e6;
				text-decoration: none;
				padding: 0.3em 0.9em 0.5em 0.5em;
				-moz-transition: background-color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out;
				-o-transition: background-color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out;
				transition: background-color .25s ease-in-out;
				outline: 0;
				font-weight:bold;
			}

		#nav li:hover
		{
		}
		
			#nav li:hover a
			{
				background: #cc0001;
				padding: 0.3em 0.9em 0.5em 0.5em;
			}
			
		#nav li.active
		{
		}
		
			#nav li.active a
			{
				background: #cc0001;
				
			}
			
		#nav li.current_page_item
		{
		}
		
			#nav li.current_page_item a
			{
				background: #cc0001;
				color: #fff !important;
				font-weight: 700;

			}
			
	.dropotron
	{
		border-radius: 5px;
		background-color: #252122;
		background-color: rgba(34,30,31,0.98);
		padding: 1.25em 1.5em 1.25em 1.5em;
		font-style: italic;
		min-width: 13em;
		box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.5);
	}
	
		.dropotron a,
		.dropotron span
		{
			color: #aaa;
			text-decoration: none;
			-moz-transition: color .25s ease-in-out;
			-webkit-transition: color .25s ease-in-out;
			-o-transition: color .25s ease-in-out;
			-ms-transition: color .25s ease-in-out;
			transition: color .25s ease-in-out;
		}
		
		.dropotron li
		{
			padding: 0.25em 0 0.25em 0;
		}

			.dropotron li:hover > a,
			.dropotron li:hover >span
			{
				color: #fff;
			}

		.dropotron-level-0
		{
			margin-top: 2em;
			margin-left: -0.51em;
		}
		
			.dropotron-level-0:before
			{
				content: '';
				display: block;
				position: absolute;
				left: 20px;
				top: -10px;
				border-left: solid 10px transparent;
				border-right: solid 10px transparent;
				border-bottom: solid 10px #252122;
				border-bottom-color: rgba(34,30,31,0.98);
			}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		/*margin-top: 1em;*/
	}
	
		#banner header
		{
			border-radius: 5px;
			position: absolute;
			left: 0;
			top: 0;
			padding: 4em;
			left: 50%;
			top: 50%;

			/*
				To vertically center this we need to set a width/height for the header
				overlay, then set a negative left/top margin set to half its width/height.
			*/
			
			width: 50em;
			height: 13em;
			
			margin-left: -25em;
			margin-top: -6.5em;
		}
		
			#banner header h2
			{
				font-size: 3em;
				margin: 0 0 0.65em 0;
				/*line-height: 1.1em;*/
			}

			#banner header .byline
			{
				font-size: 1.75em;
			}
			
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
	}

/*********************************************************************************/
/* Intro                                                                         */
/*********************************************************************************/

	#intro
	{
		/*padding: 3em 0 0 0;*/
	}
	
		#intro section
		{
			padding: 2em 0 2em 0;
		}

		#intro h2
		{
			font-size: 1.50em;
			color:#fef397;
		}
		
		#intro p
		{
			font-size: 0.75em;
			margin: 10px 0 0 0;
			color:#ffffff;
			line-height:1.4em;
		
		}
	
		#intro .middle
		{
			/*box-shadow:	16px 0px 0px 0px #fff,
						17px 0px 0px 0px #ccc, 
						
						-16px 0px 0px 0px #fff, 
						-17px 0px 0px 0px #ccc, 
						
						-16px -45px 0px 0px #fff, 
						16px -45px 0px 0px #fff, 

						-16px 45px 0px 0px #fff, 
						16px 45px 0px 0px #fff, 

						-16px 0px 45px 0px rgba(0,0,0,0.15),
						16px 0px 45px 0px rgba(0,0,0,0.15);*/
		}
		
		#intro .actions
		{
			padding: 5em 0 0 0;
		}
		
			#intro .actions .button
			{
				width: 12em;
				margin: 0 0.5em 0 0.5em;
			}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
		
	#copyright
	{
		/*margin: 3em 0 2em 0;*/
	}
	
		#copyright .links
		{
			/*padding: 0.85em 2.25em 0.85em 2.25em;*/
			margin-top:-28px;
		}
/*********************************************************************************/
/* direccion                                                                     */
/*********************************************************************************/
.direccion {
	font-size:14px;
	color:#8e8e8e;

	}
.direccion2 {
	font-size:12px;
	color:#8e8e8e;
	line-height:24px;
	font-weight:bold;
	background-image:url(../images/garantia.jpg);
	width:300px;
	height:309px;
	}	
	
.email {
	font-size:12px;
	color:#8e8e8e;
	line-height:14px;
	color:#b80000;
	font-weight:bold;
	}
	
.Telefonos {
	font-size:18px;
	color:#454440;
	line-height:24px;
	}
.Equipo
{ background-image:url(../images/equipo.jpg);
width:302px;
height:255px;
background-repeat:no-repeat;
}
.Personal
{ background-image:url(../images/personal.jpg);
width:302px;
height:255px;
background-repeat:no-repeat;
}
.Clientes
{ background-image:url(../images/clientes.jpg);
width:302px;
height:255px;
background-repeat:no-repeat;
}

.Horario
{ background-image:url(black_denim.png);
width:302px;
height:143px;
}
.tituloHorario{
	font-size:1.5em;
	color:#ffffff;
	text-align:center;
	padding:1.25em 0 0.75em 0;
	}
.horarios{
	font-size:0.75em;
	color:#fef397;
	text-align:center;
	}
.bandera{
background-image:url(../images/bandera.jpg);
width:297px;
height:89px;
	}
.bienvenidos{
	color:#b80000;
	font-size:2.25em;
	text-align:center;
	font-weight:bold;
	padding:36px 0 0 294px;
}

.bienvenidoscontenido{
	font-size:1.0em;
	text-align: justify;
	line-height:21px;
	margin-top:10px;
}

.herramientas{
	color:#7a7673;
	font-size:1.0em;
	text-align:justify;	
	line-height:21px;
}

.herramientaslista{
	color:#7a7673;
	font-size:1.0em;
	line-height:21px;
}

.servicios{
	color:#7a7673;
	font-size:1.0em;
	line-height:2.5em;
}

.servicios2{
	color:#7a7673;
	font-size:1.0em;
}

.checkbox{
	border:solid 1px #cccccc;
	height:37px; 
	width:270px;
}

.textocheckbox{
	font-weight:bold;
	color: #7a7673;
    font-size: 16px;
    margin-top: 3px;
    padding: 3px;}
	
.textocheckbox2{
	color: #7a7673;
    font-size: 14px;
    margin-top: 3px;
    padding: 3px;}
	
.espaciocheck{
	margin-left:15px;}

.botonenviar {
	width:115px;
	height:29px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	background-color:#b80000;
	cursor:pointer;
}

.nuestrosservicios{
	color:#b80000;
	font-size:2.25em;
	font-weight:bold;
}
.nuestrosserviciosgris{
	color:#454140;
	font-size:2.25em;
	font-weight:bold;
}
.serviciocontenido{
	font-size:0.95em;
	text-align: justify;
	line-height:16px;
	color:#7a7673;
}
.tituloservicio{
	font-size:0.95em;
	text-align: justify;
	line-height:16px;
	color:#b80000;
	font-weight:bold;
}