/* AEGIVE */
/***********************************************/
#paletaColores {
	/*color: #F4B800;/* amarillo */
	color: #FFCC00;/* amarillo web safe */
	/*color: #E36F18;/* naranja */
	color: #FF6600;/* naranja web safe */
	/*color: #C54C17;/* arcilla */
	color: #CC3300;/* arcilla web safe */
	/*color: #754E00;/* marrón oscuro */
	color: #663300;/* marrón oscuro web safe*/
	/*color: #BF6D24;/* marron +claro */
	color: #CC6600;/* marron +claro web save */
	color: #000000;/* negro */
	color: #FFFFFF;/* blanco */
}
/***********************************************/
/* ELEMENTOS */
body {
	color: #333333;
	line-height: 1.166;	
	margin: 28px 0 0 0;
	padding: 0px;
	background-image: url(../images/body_back.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}

body.contenido {
	background-image:none;
	background-color:#FFF;
	margin:1em;

	font-size:80%;
	text-align: justify;
	font-family: Trebuchet MS;
}

body, table {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form {
	margin:0;
}
p {
	font-size: 90%;
}

h3 {
	margin-top:0;
	font-size:100%;
}

/* INTERIOR */

.tdFotos {
	vertical-align:top;
	background-image: url(../images/vbann_back.png);
}
.tdFotos p {
	margin:0;
}

.decoHead {
	font-size: 80%;
	height: 13px;
	
	background-image: url(../images/ico_noticias.png);
	background-repeat: no-repeat;
	background-position: left;
	
	padding: 0 0 0 15px;
	border-bottom: 1px solid #e5e5e5;
}

.decoHeadGrupos {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #990000;
	
	background-image: url(../images/vineta_grupos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding: 20px 0 0 20px;
	border-bottom: 1px solid #e5e5e5;
	margin:0;
}
.titNoticia, h2.head2 {
	font-size: 110%;
	color: #333;
	font-weight: bold;
/*	padding: 2px 0 2px 0px;*/
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
	margin:0;
	padding: 20px 0 0 0;
}


.decoFoot {
	font-size: 80%;
	height: 13px;
	text-align: right;
	
	background-image: url(../images/vineta_todasnotis.png);
	background-repeat: no-repeat;
	background-position: right;
	
	background-color: #f5f5f5;
	
	padding: 5px 15px 5px 0;
}

.decoFoot a{
	color: #CC3300;
	text-decoration: none;
}
.decoFoot a:hover {
	text-decoration: underline;
}
.tNoticias1 {
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #e5e5e5;
	width: 100%;
	margin-top: 5px;
}
.tNoticias1 caption {
	border-collapse: collapse;
	border: none;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 2px 0px;
	font-size: 90%;
}
.tNoticias1 caption a {
	color: #FF6600;
	text-decoration: none;
}
.tNoticias1 caption a:hover {
	text-decoration: underline;
}
.tNoticias1 th {
	border-collapse: collapse;
	border-bottom: 1px  dotted #e5e5e5;
	background-color: #f5f5f5;
	font-weight: bold;
	text-align: left;
	padding: 2px 0 2px 5px;
	font-size: 80%;
}
.tNoticias1 td {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: middle;
}
.tNoticias1 td a {
	color: #CC3300;
	text-decoration: none;
}
.tNoticias1 td a:hover {
	text-decoration: underline;
}

.tdSeccion .tNoticias1 td {
	font-size:80%;
}
.tdSeccion {
	padding-right:10px;
}

.botones {
	font-size: 80%;
	color: #CC3300;
	text-align: center;
	margin-top: 10px;
	padding: 5px 0 5px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #CCC;
}

.botones a {
	color: #CC3300;
	text-decoration: none;
}

.botones a:hover {
	text-decoration: underline;
}


/* contenido */
.tActualidad {
	border-spacing:5px;
	width:100%;
}

div.contenido {
	background-color:white;
}


#tGrupos  {
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #e5e5e5;
	width: 100%;
	margin-top: 5px;
}
#tGrupos caption {
	border-collapse: collapse;
	border: none;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 2px 0px;
	font-size: 80%;
}
#tGrupos th {
	border-collapse: collapse;
	border-bottom: 1px  dotted #e5e5e5;
	background-color: #f5f5f5;
	font-weight: bold;
	text-align: left;
	padding: 2px 0 2px 5px;
	font-size: 80%;
}
#tGrupos td {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
}

#tGalFotos  {
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #e5e5e5;
	margin-top: 5px;
	width: 100%;
}
#tGalFotos td {
	border-collapse: collapse;
	vertical-align: middle;
	border: 1px solid #e5e5e5;
	text-align: center;
	width: 33%;
	padding: 2px;
}

#tGalFotos td img {
	border: none;
}


#tAegive {
	border-collapse: collapse;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #e5e5e5;
	margin-top: 5px;
	width: 100%;
}
#tAegive td {
	vertical-align: top;
	border: 1px solid #e5e5e5;
	width: 50%;
	padding: 2px;
	font-size:80%;
	text-align: left;
}

#tAegive td ul {
	margin: 0 0 0 5px;
	list-style: none;
	padding:0;
}

#tAegive td li {
	margin: 10px 0 10px 0;
	border-bottom: 1px dotted #e5e5e5;
	
}

#tAegive a {
	color: #CC3300;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	display: block;
}

#tAegive a:hover {
	color: white;
	background-color: #CC3300;
	display: block;
}


#tGrupos td {
	font-size:80%;
}

td.contenido {
	padding-right:8px;
}

/* TABLA STANDARD */

table.tStandard  {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 0px auto 5px auto;
	width: 98%;
}
table.tStandard caption {
	color: #333;
	background-color: #F5F5F5;
	font-size: 100%;
	font-weight: bold;
	padding: 3px 1px 3px 4px;
	text-align: left;
	margin: 0px 0px 0px 10px;
}
table.tStandard th {
	border: 1px solid #CCC;
	padding: 2px 1px 2px 4px;
	font-size: 100%;
	background-color: #F5F5F5;
	text-align: left;
}
table.tStandard td {
	border: 1px solid #CCC;
	padding: 2px 1px 2px 4px;
	font-size: 100%;
}

table.sinBorde, table.sinBorde td, table.sinBorde th {
	border:0;
}

/*
table.tStandard td a  {
	color: #CC3300;
	text-decoration: none;
}

table.tStandard td a:hover  {
	text-decoration: underline;
}

*/

.contenido a, .tdSeccion a  {
	color: #CC3300;
	text-decoration: none;
}

.contenido a:hover, .tdSeccion a:hover  {
	text-decoration: underline;
}


/*
.arriba {
	font-size: 70%;
	color: #CC3300;
	text-align: center;
}

.arriba a {
	color: #CC3300;
	text-decoration: none;
}

.arriba a:hover {
	text-decoration: underline;
}
*/
/* imagen para arriba:*/
.arriba {
	text-align:right;
}
.arriba a {
	background-image:url(/images/ico_arriba.png);
	background-repeat:no-repeat;
	background-position:100% 0;
	padding-right: 14px;
	color:#FFF;
}



.tdFotos {
	border: none;
	background-image: url(../images/vbann_back.png);
	
	width: 145px;
	vertical-align: top;
}

.tdFotos img {
	margin: 5px 0 5px 0;
	border:0;
}



