@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
.titulosim,
.titulosim a,
.titulosim a:visited, 
.titulosim a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

.titulopor{
	font-size:14px;
	text-align : left;
	color : #1e91c5;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.titulofecha1{
	font-size:14px;
	text-align : left;
	color : #333;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.titulodiag{
	font-size:14px;
	text-align : left;
	color : #CD0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.fechal {
	font-size:10px;
	text-align: left;
	color : #7A7A7A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
.titulocatl {
	font-size:10px;
	text-align: left;
	color : #1e91c5;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
.titulocatl a,
.titulocatl a:hover,
.titulocatl a:visited {
	font-size:10px;
	text-align: left;
	color : #090;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
/* Mobile Layout: 480px and below. */
.title,
.title a,
.title a:visited, 
.title a:hover {
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
	color: #000;
	text-decoration: none;
}

.titlep,
.titlep a,
.titlep a:visited,
.titlep a:hover {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.titsec,
.titsec a,
.titsec a:visited, 
.titsec a:hover {
	font-size: 18px;
	color: #FFF;	
}
.titsec1,
.titsec1 a,
.titsec1 a:active,
.titsec1 a:visited, 
.titsec1 a:hover {
	font-size: 16px;
	color: #0079cc;	/*color: #239CFF;*/
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
}
.detail {
	color: #333;
	float: none;
	font-size: 18px;
	margin-left: 5px;
	text-align:justify;
}
.gridContainer {
	margin-left: 0px;
	margin-right: auto;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #F7F7F7;
}
#fecha {
	position: static;
	width: 40px;
	height: 50px;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 6px;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari y Chrome */
	border: thin solid #666;
	font-size: 26px;
	text-align: center;
	background-color: #E0E0E0;
	color: #333;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 80%;
}
#fechacab {
	position:static;
	width:100%;
	height:35%;
	z-index:2;
	background-color: #666;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
}
.fechaanio {
	font-size:12px;
	text-align : center;
	color : #666;
	font-weight: normal;
	line-height:100%;
}
#LayoutDiv1 {
	float: left;
	width: 100%;
	background-color: #0064B7;
	position: relative;
	z-index: 0;
	vertical-align: top;
}
#apDiv1 {
	position: absolute;
	width: 297px;
	height: 23px;
	z-index: 1;
	left: 11px;
	bottom: 1px;
}
#menu {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	background-color: #273D64;
	overflow: visible;
}
#renglon {
	position: relative;
	width: 45%;
	height: 200px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	margin-left: 2%;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-bottom: 5px;

}
#nota {
	width: 66%;
	height: auto;
	z-index: 2;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: thin;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	display: block;
	float: left;
}
.clear
{
clear:both;
}
#seccion
 {
	width: 98%;
	height: auto;
	z-index: 1;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
	background-color: #0064B7;
	float: left;
}
#categoria {
	position: static;
	width: 95%;
	height: auto;
	z-index: 1;
	border-bottom-style: solid;
	border-bottom-color: #2FA2FF;
	border-bottom-width: thin;
	display: block;
	overflow: auto;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 4%;
	background-color: #0064B7;
}
#imagen {
	position: static;
	width: 180px;
	height: 100px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0px;
	border-radius: 6px;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari y Chrome */
	border: thin solid #666;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#banner {
	
	width: 30%;
	height: auto;
	z-index: 2;
	float: left;
	display: block;
}
#titDiv1 {
	position: static;
	width: 98%;
	height: 30px;
	z-index: 1;
	background-color: #FFF;
	background-image: url(../../imagenes/fondo-tit4.gif);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contenidom {
	width: 996px;
	z-index: 1;
	background-color: #fff;
	display: block;
}
