﻿@charset "utf-8";
/* CSS Document */


#ALCL {
	background: #f0f0f0;
	/*background-image: url("nightBaseball.png");*/
}

/*header {
	background-color:darkgreen;
}*/

nav {
	/*background-color: darkgreen;*/
	padding:0px;
	margin:0px;
}



/*Ventana */

.con_desf_inf {
	background-color: cadetblue;
	background: #fff;
	border: #ddd 1px solid;
	margin-top: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: #ececec 0 1px 1px 1px;
	-moz-box-shadow: #ececec 0 1px 1px 1px;
	-webkit-box-shadow: #ececec 0 1px 1px 1px
}


/*Menú */

ul, ol {
 list-style:none;
}

.nav > li {
	float: left;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}

.nav > li > ul > li {
	/*float: left;*/
	border-top: 1px solid white;
	border-right: 1px solid white;
	
}
			
.nav li a {
	background-color:rgb(117,0,0);
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
    display:block;
}

	.nav li a:hover {
		background-color: rgb(180,0,0);
	}
			
.nav li ul {
	display:none;
	position:absolute;
	min-width:140px;
}
			
.nav li:hover > ul {
	display:block;
}
			
.nav li ul li {
   position:relative;
}
	
.nav li ul li ul {
	right:-140px;
	top:0px;
}			
			

/*Imagenes*/

div.polaroid {
	width: 100%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 0px;
}

div.container {
	text-align: center;
	padding: 10px 10px;
}

/*Carrusel*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	width: 70%;
	margin: auto;
}

/*Otros*/

.Encabezado14 {
	background-color: rgb(117,0,0);
	color: white;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
}


	

	