@charset "utf-8";
body {
	background-color:#c4c4c4;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
#header {
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#footer {
	background-image:url(../images/bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:100px;
	padding-top:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#fff;
	font-weight:lighter;
	text-align:center;
}
/*links*/

a {
	outline: none;
	text-decoration: none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
a:hover {
	text-decoration: none;
	color:#000;
}
a.menu:link {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
}
a.menu:visited {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
}
a.menu:hover {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;	
}
a.menu:active {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
}
a.equipo:link {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a.equipo:visited {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a.equipo:hover {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
a.equipo:active {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.form_login {
	background-image:url(../images/bg_news_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:213px;
	/*  modificado el 08-04-2010 : */
	padding-top:59px;
	/*height:71px;
	padding-top:40px;*/ 	
}

/*links*/

.copy {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
}

.bg_search {
	background-image:url(../images/bg_search.gif);
	background-repeat:no-repeat;
	background-position:right;
}
.box {
	background-color:#fff;
	width:700px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-align:left;
}
.titleText {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:bold;
}
.titleSection {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align:left;
}
/*equipo*/
.name {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.name_detail {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
}
.background {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
}

/*NOVEDADES*/
.news_title {
	font-family:Gramond, "Times New Roman", Times, serif;
	font-size:16px;
	color:#620460;
	font-weight:bold;
}
.news_subtitle {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	padding-right:15px;
}
.news_data {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding-right:15px;
}
/*FORMULARIO*/
.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: red;
	margin-left: 5px;
	display:none;
}

