body {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
	width: 805px;
	margin: 0 auto;
	text-align: left;
}

#izquierda{
	width: 560px;
	float:left;
}

#derecha{
	float: left;
	margin-left: 12px;
	width: 205px;
	border: 1px solid #cccccc;
	background-color: #f7f7f7;
}

#inside-lateral{
	padding: 5px; 
	background-color: #efefef
}

#inside-lateral a{
	text-decoration: none;
}

#inside-lateral-centrado{
	padding: 5px; 
	background-color: #efefef;
	text-align: center;
}

#footer{
	padding-top: 20px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

#footer a{
	color: #999999;
}

/**
	Fuentes
*/
.negrita-lateral  {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	font-size: 13px;
}

.footer{
	color: #0061B5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.footer ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer li{
	margin-bottom: 8px;
}

.footer a {

	color:#0061B5; 
	text-decoration: none

}

.footer a:link {

	color:#0061B5
}

.footer a:visited {
	color:#0061B5;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #0061B5;

}

.footer a:active {
	text-decoration: underline;
	color: #0061B5;

}

.link-separador{
	margin-bottom: 10px;
}


/**
	Boxes
*/
.letra-celeste{
	color:#FFFFFF;
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	font-style: normal;
}

.letra-gris{
	border-collapse:collapse;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	list-style-type:disc;
}

/**
	Noticias
*/
#noticia-fecha{
	color:#75ADDF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-bottom: 10px;
}

.noticia-titulo{
	color:#006699;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.noticia-titulo a{
	color:#006699;
	text-decoration: underline;
}

.noticia-titulo a:hover{
	color:#006699;
	text-decoration: none;
}

.noticia{
	color: #6E6666;
}

#noticias-anteriores{
	border-top: 3px solid #efefef;
}
#noticias-anteriores h4{
	text-transform: uppercase;
	color: #006699;
}
#noticias-anteriores ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#noticias-anteriores li a{
	padding-left: 3px;
	color: #0061b5;
}
#noticias-anteriores li a:hover{
	padding-left: 3px;
	color: #0061b5;
	text-decoration: none;
}

/**
	Proyectos
*/
.proyecto-titulo{
	color:#006699;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.proyecto-texto{
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

/**
	Contactos
*/
#contacto-box{
	padding-bottom: 8px;
	margin-bottom: 10px;
	height: 80px;
	border-bottom: 1px dotted #000000;
}

/* Validaciones */
input.disabled {
	border: 1px solid #F2F2F2;
}

input.validation-failed, textarea.validation-failed {
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	color : #000;
}

.validation-advice {
	color : #FF3300;
	font-weight: bold;
}

.custom-advice {
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* Ticker */
#domticker2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#domticker2 a{
	text-decoration: none;
	font-weight: normal;
	color: #0061B5;
}

#domticker2 a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #0061B5;
}

#domticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
#domticker a{
	text-decoration: none;
	font-weight: normal;
	color: #0061B5;
}

#domticker a:hover{
	text-decoration: underline;
	font-weight: normal;
	color: #0061B5;
}

/* Rounded corner */
.roundedcornr_box_993996 {
   	background: #efefef;
	
}
.roundedcornr_top_993996 div {
   background: url(../images/roundedcornr_268099_tl.png) no-repeat top left;
}
.roundedcornr_top_993996 {
   background: url(../images/roundedcornr_268099_tr.png) no-repeat top right;
}
.roundedcornr_bottom_993996 div {
   background: url(../images/roundedcornr_268099_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_993996 {
   background: url(../images/roundedcornr_268099_br.png) no-repeat bottom right;
}

.roundedcornr_top_993996 div, .roundedcornr_top_993996, 
.roundedcornr_bottom_993996 div, .roundedcornr_bottom_993996 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_993996 { margin: 0 15px; 
	height: 120px;}
