﻿@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:18px;
	font-weight:bold;
}

#background {
	background-image:url(../imagenes/fnd_principal.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

a {
	color:#FFFFFF;
}

a:hover {
	color:#FFFFFF;
}

#contenedor {
	width:900px;
	margin:auto;
}

#head {
	width:900px;
	height:100px;
	float:left;
}

#logo {
	background-image:url(../imagenes/logo.png);
	width:250px;
	height:60px;
	margin-top:25px;
	margin-left:40px;
	float:left;
}

#logo span {
	width:250px;
	height:60px;
	display:none;
}

#logo a {
	width:250px;
	height:60px;
	display:block;
}

#menu {
	width:550px;
	height:70px;
	float:right;
	margin-right:20px;
	margin-top:-20px;
}

	#menu a{
		padding-top:50px;
		padding-bottom:12px;
		-webkit-border-radius: 0px 0px 8px 8px;
		border-radius: 0px 0px 8px 8px;
	}
	
	#menu a:hover{
		background:#f4f4f8;
		color:#1A4D82;
	}

.boton1 {
	width:155px;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	float:right;
	margin-left:7px;
}

.boton1 a {
	width:155px;
	text-decoration:none;
	display:block;
	padding-top:17px;
}

.boton1 a:hover {
	background-image:url(../imagenes/fnd_menu1.png);
	background-repeat:no-repeat;
	width:155px;
	text-decoration:none;
}

.boton2 {
	width:96px;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	float:right;
	margin-left:7px;
}

.boton2 a {
	width95:px;
	text-decoration:none;
	display:block;
	padding-top:17px;
}

.boton2 a:hover {
	background-image:url(../imagenes/fnd_menu2.png);
	background-repeat:no-repeat;
	width:96px;
	text-decoration:none;
}

.boton3 {
	width:110px;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	float:right;
	margin-right:7px;
}

.boton3 a {
	width:110px;
	text-decoration:none;
	display:block;
	padding-top:17px;
}

.boton3 a:hover {
	background-image:url(../imagenes/fnd_menu3.png);
	background-repeat:no-repeat;
	width:110px;
	text-decoration:none;
}

.boton4 {
	width:96px;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	float:right;
	margin-left:7px;
}

.boton4 a {
	width:110px;
	text-decoration:none;
	display:block;
	padding-top:17px;
}

.boton4 a:hover {
	background-image:url(../imagenes/fnd_menu4.png);
	background-repeat:no-repeat;
	width:110px;
	text-decoration:none;
}

#slide {
	width:900px;
	height:320px;
	float:left;
}

#cuerpo {
	width:846px;
	text-align:justify;
	padding-left:27px;
	padding-right:27px;
	float:left;
}

.columna {
	width:230px;
	float:left;
	margin-top:20px;
}

.linea {
	background-image:url(../imagenes/lineaop.png);
	background-repeat:repeat-y;
	background-position:center;
	width:78px;
	height:275px;
	margin-top:20px;
	float:left;
}

.img {
	margin-top:12px;
	width:230px;
}

.titulo {
	width:220px;
	margin-top:10px;
	margin-left:7px;
	font-size:14px;
	font-weight:bold;
}

.texto {
	width:215px;
	margin-top:10px;
	margin-left:7px;
	line-height:18px;
}

#pie {
	background-image:url(../imagenes/fnd_pie.png);
	background-repeat:repeat-x;
	width:100%;
	height:50px;
	float:left;
	margin-top:20px;
}

#datos {
	margin:auto;
	width:832px;
	padding-top:20px;
	font-weight:bold;
	color:#FFFFFF;
}

.tituloseccion {
	width:550px;
	font-size:18px;
	font-weight:bold;
	float:left;
	padding-bottom:5px;
	border-bottom:#000000 1px solid;
	margin-top:5px;
}

#info {
	margin-top:20px;
	width:550px;
	float:left;
}

#contnoticia {
	width:270px;
	float:right;
	margin-top:0px;
}

#noticia {
	background-color:#96c7f2;
	width:230px;
	padding-bottom:7px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	float:right;
}

#redo {
	background-image:url(../imagenes/fnd_bott.png);
	background-repeat:no-repeat;
	width:270px;
	height:18px;
	float:right;
}

#planes {
	widows:550px;
	float:left;

}

tbody .header {
	color: #FFF;
	font-weight: bold;
	background-color:#515151;
	padding: 10px;
	text-align: right;
}

 tr .first_column {
	text-align: left !important;
	color: #FFF;
	font-weight: bold;
	background-color:#515151;
	padding: 10px;
	text-align: right;
}

 tr td {
	padding: 3px;
	font-size: 12px;
	padding: 5px 10px;
	text-align: right;
}
 tr td.bold_font_black {
	font-weight: bold;
	color: #000;
	text-align: left;
}

 tr td.bold_font {
	font-weight: bold;
}

 tr.celeste_row {
	background-color: #c7e5ff;
}
