@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
a{
	text-decoration: none;
	color:#FFFBF0;
}
a:hover{
	text-decoration: none;
	color:#2A0000;
	
}
a:visited{
	text-decoration: none;
	color:#FFFBF0;
}

.elementomenu{
	background: #808080;
	height: 60px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #FFFBF0;
	vertical-align: central;
	padding-top: 18px;
	margin-top: 20px;
	border: 3px solid #001800;	
	
}

.elementomenu2{
	background: #039;
	height: 60px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #FFFBF0;
	vertical-align: central;
	padding-top: 18px;
	margin-top: 20px;
	border: 3px solid #001800;	
	
}

.titulomenu{
	height: 40px;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000;
	vertical-align: central;
	padding-top: 16px;
	margin-top: 10px;
		
	
}
.descripcion{
	text-align:center;
 
}
.concepto{
	text-align:center;
}
.conceptoverde{
}
.conceptorojo{
}


.entrada{
	height:50px;
	width:100px;
	font-size:24px;
}

.entrada2{
	height:50px;
	width:120px;
	
}

.entrada-fecha{
	height:50px;
	font-size:24px;
}

.etiqueta{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-style: normal;
	line-height: normal;

}

.verde
{
	color:#007F00;
}
.rojo
{
	color:#F00;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/

/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


}
