/*Reset de algunos estilos*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
fieldset, blockquote {
    padding: 0;
    margin: 0;
}


.borde_derecho {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FCC900;
	border-right-color: #4775AB;
	border-bottom-color: #FCC900;
	border-left-color: #FCC900;
}
.texto_corrido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: justify;
}

.borde_GENERAL {


	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #82cbd3;
	border-right-color: #82cbd3;
	border-bottom-color: #82cbd3;
	border-left-color: #82cbd3;
}
.borde_izquierdo {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FCC900;
	border-right-color: #4775AB;
	border-bottom-color: #FCC900;
	border-left-color: #4775AB;
}
.texto_corridoAzul {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #365883;
	text-align: justify;
}
.borde_publis {
	border: 1px solid #4775AB;
}
.texto_corridoSTAFF {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: left;
}
.texto_Azul {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #365883;
	text-align: center;
}
.texto_Magenta {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #D50080;
	text-align: center;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
.links a, .links a:visited, .links a:active, .links a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
.links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #666666;
	text-align: left;
	text-decoration:underline;
}

.destacado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color:#FF6600;
	text-align: left;
}

.noticiasdelblog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*background: url("images/columna3.png") no-repeat right top;*/
	/*width: 220px;*/
	/*padding: 10px 20px 20px;*/
	/*height: 512px;*/
	text-align: justify;
	color:#666666;
}
.tituloblog a{
	font-weight: bold;
}