/* empieza pagina */



body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F8FAFB;
}

#contenedor
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}

#motivo-fondo
{
	position: absolute;
	width: 100%;
	height: 483px;
	left: 0;
	top: 0;
}

#motivo-fondo-image
{
	background-image: url('../img/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 483px;
	width: 304px;
	margin: 0;
}

html:first-child #motivo-fondo
{
	border: 1px solid transparent; /* Opera fix */
}




#fondo
{
	position: absolute;
	background-image: url('../img/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form
{
	padding:0 !important;
	margin:0 !important;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* termina pagina */

/* empiezan hoja*/
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:73px;
	min-height:73px;
}

.Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 3px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 84px;
	height: 84px;
	background-image: url('../img/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 42px, 42px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 42px, 42px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(42px, 42px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(42px, auto, auto, 42px);
}

.Sheet-tc, .Sheet-bc
{
	left: 42px;
	right: 42px;
	height: 84px;
	background-image: url('../img/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 42px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(42px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 42px;
	bottom: 42px;
	width: 84px;
	background-image: url('../img/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 42px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 42px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 42px;
	left: 42px;
	right: 42px;
	bottom: 42px;
	background-color: #FFFFFF;
}


.Sheet
{
	margin-top: -3px !important;
}

#fondo, #page-background-gradient, #motivo-fondo
{
	min-width:900px;
}

/* termina hoja */

/* empieza cabecera */
div.cabecera
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 894px;
	height: 300px;
}


div.cabecera-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 894px;
	height: 300px;
	background-image: url('../img/cabecera.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* termina cabera */

/*  empieza Logo */
.Logo
{
	display : block;
	position: absolute;
	left: 9px;
	top: 69px;
	width: 885px;
}

h1.Logo-nombre
{
	display: block;
	text-align: left;
		display: none;
}

h1.Logo-nombre, h1.Logo-nombre a, h1.Logo-nombre a:link, h1.Logo-nombre a:visited, h1.Logo-nombre a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 29px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #E0EFF5 !important;
}



/* termina logo */

/* empieza menu */
/* estructura de menu */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.menu, .menu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.menu li li
{
	float: none;
}

.menu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.menu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.menu:after, .menu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul
{
	min-height: 0;
}

.menu ul
{
	background-image: url(../img/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.menu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





div.nav-center
{
	position:relative;
	float:right; 
	right:50%;
	
}

ul.menu
{
	position:relative;
	float:left; 
	left:50%;
}

.firefox2 ul.menu
{
	float:none;
}


/* termmina estructura */

.menu
{
	padding: 0px 0px 0px 0px;
}

.nav
{
	position: relative;
	height: 30px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 30px;
	background-image: url('../img/nav.png');
}

.nav .l
{
	left: 0;
	right:0px;
}

.nav .r
{
	right: 0;
	width: 894px;
	clip: rect(auto, auto, auto, 894px);
}


/* termina menu */

/* empieza item */
.menu ul li
{
	clear: both;
}

.menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.menu a .r, .menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 90px;
	background-image: url('../img/MenuItem.png');
}

.menu a .l
{
	left:0;
	right:0px;
}

.menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #FFFFFF;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 30px;
	text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
	top:-30px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
	top:-30px;
}

.menu li:hover a .l, .menu li:hover a .r
{
	top:-30px;
}
.menu a:hover .t
{
	color: #E6F0F4;
}

.menu li:hover a .t
{
	color: #E6F0F4;
}

.menu li:hover>a .t
{
	color: #E6F0F4;
}



/* termina item*/



/* empieza MenuSubItem */
.menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('../img/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 20px;
	color: #286177;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.menu ul ul a
{
	margin-left: auto;
}

.menu ul li a:hover
{
	color: #000000;
	background-position: 0 -20px;
}

.menu ul li:hover>a
{
	color: #000000;
	background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
	color: #000000;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
	color: #000000;
}


/* termina */

/* contenido */
.contenido
{
	position: relative;
	margin-bottom: 4px;
	width: 894px;
}
/* contenido */

/* cajas*/
.bloques
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.bloques-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.bloques
{
	margin: 15px;
}

/* terminan cajas */

/* titulos */
.bloquescabecera
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.bloquescabecera .t
{
	height: 30px;
	color: #34819D;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
	white-space : nowrap;
	padding: 0 1px;
	line-height: 30px;	
}




/* titulos */

/* contenidos */
.bloquescontenido
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:19px;
	min-height:19px;
}

.bloquescontenido-body
{
	position: relative;
	z-index: 1;
	padding: 8px;
}

.bloquescontenido-tr, .bloquescontenido-tl, .bloquescontenido-br, .bloquescontenido-bl, .bloquescontenido-tc, .bloquescontenido-bc,.bloquescontenido-cr, .bloquescontenido-cl
{
	position:absolute;
	z-index:-1;
}

.bloquescontenido-tr, .bloquescontenido-tl, .bloquescontenido-br, .bloquescontenido-bl
{
	width: 18px;
	height: 18px;
	background-image: url('../img/bloquescontenido-s.png');
}

.bloquescontenido-tl
{
	top:0;
	left:0;
	clip: rect(auto, 9px, 9px, auto);
}

.bloquescontenido-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 9px, 9px);
}

.bloquescontenido-bl
{
	bottom: 0;
	left: 0;
	clip: rect(9px, 9px, auto, auto);
}

.bloquescontenido-br
{
	bottom: 0;
	right: 0;
	clip: rect(9px, auto, auto, 9px);
}

.bloquescontenido-tc, .bloquescontenido-bc
{
	left: 9px;
	right: 9px;
	height: 18px;
	background-image: url('../img/bloquescontenido-h.png');
}

.bloquescontenido-tc
{
	top: 0;
	clip: rect(auto, auto, 9px, auto);
}

.bloquescontenido-bc
{
	bottom: 0;
	clip: rect(9px, auto, auto, auto);
}

.bloquescontenido-cr, .bloquescontenido-cl
{
	top: 9px;
	bottom: 9px;
	width: 18px;
	background-image: url('../img/bloquescontenido-v.png');
}

.bloquescontenido-cr
{
	right:0;
	clip: rect(auto, auto, auto, 9px);
}

.bloquescontenido-cl
{
	left:0;
	clip: rect(auto, 9px, auto, auto);
}

.bloquescontenido-cc
{
	position:absolute;
	z-index:-1;
	top: 9px;
	left: 9px;
	right: 9px;
	bottom: 9px;
	background-color: #FFFFFF;
}


.bloquescontenido-body
{
	color:#1C2D35;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.bloquescontenido-body a:link
{
	color: #94A335;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.bloquescontenido-body a:visited, .bloquescontenido-body a.visited
{
	color: #94A335;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.bloquescontenido-body a:hover, .bloquescontenido-body a.hover
{
	color: #94A335;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.bloquescontenido-body ul
{
	list-style-type: none;
	color: #487389;
	margin:0;
	padding:0;
}

.bloquescontenido-body li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
text-decoration: none;
}

.bloquescontenido-body ul li
{
	padding:0px 0 0px 16px;
	background-image: url('../img/bloquescontenidoBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

/* contenido */

/* begin Box, Post */
.Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.Post-body
{
	position: relative;
	z-index: 1;
	padding: 15px;
}



.Post
{
	margin: 7px;
}

/* Start ../img */
a img
{
	border: 0;
}

.article img, img.article
{
	margin: 1em;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish ../img */


pre
{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostcabeceraIcon */
.Postcabecera
{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #204F60;
}

.Postcabecera a, .Postcabecera a:link, .Postcabecera a:visited, .Postcabecera a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #204F60;
}

/* end PostcabeceraIcon */

/* begin Postcabecera */
.Postcabecera a:link
{
font-family: "Times New Roman", Georgia, Times, Serif;
text-decoration: none;
text-align: left;
  color: #265E73;
}

.Postcabecera a:visited, .Postcabecera a.visited
{
font-family: "Times New Roman", Georgia, Times, Serif;
text-decoration: none;
text-align: left;
  color: #467186;
}

.Postcabecera a:hover, .Postcabecera a.hovered
{
font-family: "Times New Roman", Georgia, Times, Serif;
text-decoration: none;
text-align: left;
  color: #09C1E1;
}
/* end Postcabecera */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
  color: #1C2D35;
}


.PostContent p 
{
	margin: 0.5em 0;
}

.PostContent, .PostContent p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-align: justify;
  color: #1C2D35;
}

.PostContent
{
  margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration:none;
  color: #09C1E1;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #42b3d9;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #51819A;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #42b3d9;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 31px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #3B91B0;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #7db4dd;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 20px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #94A335;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #AFC3CD;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #2D808F;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
font-family: "Times New Roman", Georgia, Times, Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-align: left;
  color: #2D808F;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul
{
	color: #6294AC;
	margin:1em 0 1em 2em;
	padding:0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

li ol, li ul
{
	margin:0.5em 0 0.5em 2em;
	padding:0;
}

li 
{
	margin:0.2em 0;
	padding:0;
}

ul
{
	list-style-type: none;
}

ol
{
	list-style-position:inside;
	
}



.Post li
{
	padding:0px 0 0px 13px;
	line-height:1.2em;
}

.Post ol li, .Post ul ol li
{
	background: none;
	padding-left:0;
}

.Post ul li, .Post ol ul li 
{
	background-image: url('../img/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.PostContent blockquote p
{
	color:#0B1114;
font-family: Arial, Helvetica, Sans-Serif;
font-style: italic;
font-weight: normal;
text-align: left;
}

blockquote,
.PostContent blockquote
{
		border:solid 1px #9EBDCC; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#CDDDE5;
	background-image:url('../img/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.button-wrapper .button
{
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:32px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}

.button-wrapper
{
	display:inline-block;
	position:relative;
	height: 32px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}

.firefox2 .button-wrapper
{
	display:block;
	float:left;
}

.button-wrapper .button
{
	display:block;
	height: 32px;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 19px !important;
	line-height: 32px;
	text-decoration: none !important;
	color: #E4F1F6 !important;
}

input, select
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
}

.button-wrapper.hover .button, .button:hover
{
	color: #E8F3F7 !important;
	text-decoration: none !important;
}

.button-wrapper.active .button
{
	color: #E6F0F4 !important;
}

.button-wrapper .l, .button-wrapper .r
{
	display:block;
	position:absolute;
	z-index:-1;
	height: 96px;
	background-image: url('../img/Button.png');
}

.button-wrapper .l
{
	left:0;
	right:9px;
}

.button-wrapper .r
{
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 402px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
	top: -32px;
}

.button-wrapper.active .l, .button-wrapper.active .r
{
	top: -64px;
}


/* end Button */

/* empieza pie */
.pie
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 894px;
	margin: 5px auto 0px auto;
}

.pie .pie-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 10px;
	text-align: center;
}

.pie .pie-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../img/pie.png');
	width: 894px;
	height: 150px;
	bottom:0;
	left:0;
}


.pie .pie-text p
{
	margin: 0;
}

.pie .pie-text
{
	display:inline-block;
	color:#5A7A92;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
}

.pie .pie-text a:link
{
	text-decoration: none;
	color: #255B6F;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.pie .pie-text a:visited
{
	text-decoration: none;
	color: #456E82;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.pie .pie-text a:hover
{
	text-decoration: none;
	color: #09C1E1;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/*termina pie */

/* begin Pagepie */
.pagina-pie, .pagina-pie a, .pagina-pie a:link, .pagina-pie a:visited, .pagina-pie a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#337E99;
}

.pagina-pie
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#6294AC;
}
/* end Pagepie */

/* begin LayoutCell */
.contenido .sidebar1
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 383px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contenido .content
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 509px;
}
.contenido .content-wide
{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 892px;
	background-color:#FFFFFF
}
/* end LayoutCell */

/* img */
.titulo-noticia {
	text-transform: uppercase;
	margin-bottom: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #527c9b;
}

.imagen-noticias {
	float:			left;
	margin:			5px 10px 10px 0px;

}
.fecha-noticias {
	color:			#8ba3b5;
	font-size:		12px;
	padding:		3px 0 0 0;
	margin-top:		3px;
	margin-bottom:	10px;
}
.imagen-izd {
	float:			right;
	margin:			5px 10px 10px 0px;

}
.rojo {
	color:			#e23102;

}
