
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/*Cuerpo del documento*/
body{
	
	background: rgba(79,148,205,0.1);
	width: 100%;
	height:auto;
	margin:auto;
	font-family: "Century Gothic", Verdana;
	color: #000000;
	font-size: 10px;
	overflow-y: auto;
}

a:link {
	color:#990000;
}      /* unvisited link */

a:visited {
	color:#990000;
}  /* visited link */



#logo{

	height: 80px;
	width: 100%;	
	margin: 0px auto;
	border-bottom: 3px solid;
	border-color: #990000;
	text-align: center;
}


#imagen{
	margin-top: 15px;
	height: 40px; 
 	width: 80px;
	float:left;
	margin-left: 5px;
}

#imagen img{
 	height: 100%; 
 	width: 100%;

}


#menu {
	height: 50px;
	width: 240px;
	text-align: center;
	margin-top: -20px;
	margin-right: 0px;
	float:right;
	font-size: 12px;
	font-weight: 500;
	color: #990000;
	font-family: Verdana, Geneva, sans-serif;
}

#menu ul {
	 display: inline;
	 margin-top: 5px;
	 text-align: center;
	 overflow: visible;
	 height: 50px;
	 width: 200px;
} 


#menu li {
	 position: relative;
	 height: 30px;
	 width: 180px;
	 display: inline;
} 

#menu ul li{
	margin: 10px 5px;
	
}

#menu li a:hover{
	color: #000000;
	text-shadow: 0px 0px 5px #990000;
		
}


#menu li a{
	width: 180px;
	list-style-type: none;
	text-decoration: none;
	color: #990000;
	  
}

.imagenes{
	width: 100%;
	height: 100px;
	margin-top: 30px;
}

.slider{
	position: relative;
	box-shadow: 0px 0px 8px 1px #1c1c1c;
	width: 250px;
	height: 100px;
	border-radius: 2px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.ele{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	display: none;
}

#ele1{
	margin-left: 0px;
}

#ele2{
	margin-left: 1000px;
}

#ele3{
	margin-left: 1000px;
}

#ele4{
	margin-left: -1000px;
}

.visible{
	display: block;
}


#botonAnterior{
	position: absolute;
	float: left;
	margin-top: 30px;
	margin-left: 0px;
	background-color: transparent;
	border: 0px;
	border-radius:50px;
	background-image:url(imagenes/flechaI3.png);
	background-repeat: no-repeat;
	width:50px;
	height: 50px;
	-webkit-transition: none;
}

#botonAnterior:hover{
	background-image:url(imagenes/flechaI3.png);
	box-shadow: none;
}

#botonSiguiente{
	position: absolute;
	float: right;
	margin-top: 30px;
	margin-left: 285px;
	background-color: transparent;
	border: 0px;
	border-radius:50px;
	background-image: url(imagenes/flechaD3.png);
	background-repeat: no-repeat;
	width:50px;
	height: 50px;
	-webkit-transition: none;
}

#botonSiguiente:hover{
	background-image: url(imagenes/flechaD3.png);
	box-shadow: none;
}

.fotoCaminoMigas{
	width: 250px;
	height: 100px;
	margin-top: 30px;
	background: #ffffff;
	box-shadow: 0px 0px 8px 1px #1c1c1c;
	
}

.fotoCaminoMigas img{
	width: 100%;
	height: 100%;
	
}

.caminoMigas{
	width: 100%;
	text-align: left;
	margin: 30px auto;
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	border-color: #990000;
	border-bottom: 1px solid;
}

.caminoMigas p{
	margin-left: 10px;	
}

.cuerpoPagina{
	width: 100%;
	height: auto;
	margin: 30px auto 40px;
	text-align: justify;
	line-height: 1.5em;
}

.cuerpoPagina p{
	width: 280px;
	margin:auto;	
}

.listaServicios{
	list-style: none;
}

.listaServicios li{
	font-size: 13px;
	font-weight: 600;
	color: #990000;
	margin-bottom: 10px;
	margin-left: 10px;
}

.listaServicios p{
	margin-bottom: 40px;
}


#cuerpoContacto{
	width: 100%;
	height: 400px;
	text-align: center;
}

#datosContacto{
	height: 250px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	margin-left:auto;
	margin-top: -50px;
}

#datosContacto p{
	width: 280px;
	margin:auto;	
}


#mapa{
	height: auto;
	width: 100%;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 175px;
}

#mapa iframe{

	width: 260px;
	height: 200px;
	
}

#datosFooter{
	position: relative;
	border-top: 2px solid;
	border-color: #990000;
	width: 100%;
	height: 70px;
	max
	padding: 10px auto;
	color: #990000;
	bottom: 0;
}

#datosFooter .correo {
	text-align: center;
	margin: auto;
	margin-top: 8px;
	width: 100%;	
	font-size: 12px;
}

#datosFooter .derechos {
	text-align: center;
	margin: auto;
	margin-top: 40px;	
	width: 100%;
}

/*AHORA VIENE LA GALERIA*/

.carrusel{
	margin: 0 auto;
	height: 300px;
	width: 100%;
	background: #ffffff;
	padding: 10px 0;
	text-align: center;
	background: transparent;
	
}

.carruselG{
	height: 175px;
	width: 225px;
	margin-left: auto;
	margin-right: auto;
	background-image:: url(imagenes/galeria/FotosGaleria/galeria1.jpg);
	box-shadow: 0px 0px 8px 1px #1c1c1c;
}

.carruselG img{
	height: 100%;
	width: 100%;
}

.carruselP{
	position: relative;
	height: 75px;
	width: 100%;
	margin: 0;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}

.fotos{
	position: none;
	height: 100%;
	width: 240px;
	margin-left: 20px;
	padding: 0;
	left: 40px;
}

#fotos1{
	margin-left: 0px;
}

#fotos2{
	margin-left: 650px;
}

#fotos3{
	margin-left: 650px;
}

#fotos4{
	margin-left: 650px;
}

#fotos5{
	margin-left: 650px;
}

.fotosvisible{
	/*display: block;*/
}

.thumb{ 
	position: relative;
	float: left;
	height: 30px;
	width: 40px;
	margin: 10px 10px;
	text-align: center;
	box-shadow: 0px 0px 8px 1px #1c1c1c;
}

.thumb img{
	height: 100%;
	width: 100%;
}

.thumb:hover{ 
	opacity: 0.5;
}

/*flechas carrusel*/
#carruselI{ 
	z-index: 1;
	position: absolute;
	left: 20px;
	height: 120px;
	width: 25px;
	margin-top: -15px;
	border: none;
	background: url(imagenes/flechaI3.png) no-repeat center;
}

#carruselI:hover { 
	opacity: 0.7;
}

#carruselD{ 
	z-index: 1;
	position: absolute;
	right: 20px;
	height: 120px;
	width: 25px;
	margin-top: -15px;
	border: none;
	background: url(imagenes/flechaD3.png) no-repeat center;
}

#carruselD:hover { 
	opacity: 0.7;
}