@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a:focus{
outline:none;
}
#centro {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.clear_both{
	clear: both;
}
body {
        background-image: url(images/textura.gif);
        background-repeat: repeat;
}
/*********************************************************************************************
********************************************************************************************
CABECERA
********************************************************************************************
*********************************************************************************************/
#cabecera{
	height: auto;
}
#logotipo {
	background-image: url(images/marca.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 51px;
	width: 191px;
	float: left;
	margin-top: 45px;
	margin-left: 40px;
}
#cabecera #logotipo a {
	display: block;
	height: 51px;
	width: 191px;
}
#cabecera #idioma {
	width: 140px;
	float: left;
	z-index: 1;
	position: relative; 
	top: 0;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#logotipo h1 {
	text-indent: -999px;
}
#cabecera #idioma ul {
	list-style-type: none;
}
#cabecera #idioma li {
	display: inline;
	margin-right: 8px;
	text-decoration: none;
	color: #999999;
}
#cabecera #idioma a {
	color: #cccccc;
	text-decoration: none;
}
#cabecera #idioma a:hover {
	color: #666666;
	text-decoration: none;
}
#botonera {
	height: 58px;
	width: 580px;
	float: right;
	margin-right: 40px;
	position: relative;
	z-index: 0;
}
#botonera li {
	list-style-type: none;
	display: inline;
	color: #ffffff;
	float: left;
}
#cabecera #botonera #noticias a {
	background-image: url(images/noticias.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}

#cabecera #botonera #noticias a:hover {
	background-image: url(images/noticias.gif);
	background-position: center bottom;
}
#centro #cabecera #botonera ul #noticias .activado {
	background-image: url(images/noticias_sel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}

#cabecera #botonera #servicios a {
	background-image: url(images/servicios.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
#cabecera #botonera #servicios a:hover {
	background-image: url(images/servicios.gif);
	background-position: center bottom;
}
#centro #cabecera #botonera ul #servicios .activado {
	background-image: url(images/servicios_sel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
#cabecera #botonera #galeria a {
	background-image: url(images/galeria.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
#cabecera #botonera #galeria a:hover {
	background-image: url(images/galeria.gif);
	background-position: center bottom;
}
#centro #cabecera #botonera ul #galeria .activado {
	background-image: url(images/galeria_sel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
#cabecera #botonera #colaboraciones a {
	background-image: url(images/colaboraciones.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
#cabecera #botonera #colaboraciones a:hover {
	background-image: url(images/colaboraciones.gif);
	background-position: center bottom;
}
#centro #cabecera #botonera ul #colaboraciones .activado {
	background-image: url(images/colaboraciones_sel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
#cabecera #botonera #contacto a {
	background-image: url(images/contacto.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
#cabecera #botonera #contacto a:hover {
	background-image: url(images/contacto.gif);
	background-position: center bottom;
}
#centro #cabecera #botonera ul #contacto .activado {
	background-image: url(images/contacto_sel.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 116px;
	height: 112px;
	text-indent: -9999px;
}
/*********************************************************************************************
********************************************************************************************
CABECERA// Facebook y RSS
********************************************************************************************
*********************************************************************************************/
#debajo_redes {
	background-image: url(images/fondo_face_rss1.gif);
	height: 92px;
	width: 36px;
	margin-top: 183px;
	top: 0;
	left: 0;
	position: fixed;
}
 #debajo_redes  #redes{
	margin-top: 196px;
	height: 75px;
	width: 271px;
	top: 0;
	left: 0;
	position: fixed;
}
#debajo_redes #redes a span{
	display: none;
	position: absolute;
	top: 0;
	left: 31px;
	
}
#debajo_redes #redes .suscribete{
	display: none;
	position: absolute;
	top: 36px;
	left: 31px;
	
}
#debajo_redes #redes a:hover span{
	display: block;
	float: right;
}
.img_png{
	border: 0;
}
.sin_borde{
	border: 0;
}
/*********************************************************************************************
********************************************************************************************
INDEX
********************************************************************************************
*********************************************************************************************/
#definicion {
	float: left;
	width: 828px;
	margin-left: 40px;
	margin-top: 75px;
	margin-bottom: 85px;
}
#centro #modulo {
	background-color: #bfbfbf;
	float: left;
	width: 379px;
	margin-left: 40px;
	margin-top: 40px;

}
.claro {
	padding-top: 3px;
	background-color: #d7d7d7;
}

#modulo h2{
	color: #333333;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: 300;
	margin: 10px 10px 0 15px;
	font-variant: small-caps;
}
#modulo p{
	color: #4f4f4f;
	text-align: justify;
	margin: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	font-weight: lighter;
}
#modulo a{
	color: #00b760;
	text-decoration: none;	
	text-align: right;
	font-size: 0.56em;
	display: block;
	margin-right: 10px;
	padding-bottom: 10px;
}
#modulo a:hover{
	color: #00b760;
	text-decoration: none;
	font-weight: bolder;
}
#modulo a.ultimo{
	border-bottom: none;
}
#centro #empresas {
	background-image: url(images/boton_empresas.gif);
	float: right;
	height: 124px;
	width: 389px;
	margin-right: 40px;
	margin-bottom: 30px;
}
#centro #empresas a, #centro #particulares a{
	color: #666666;
	height: 124px;
	width: 389px;
	text-decoration: none;
}
#centro #empresas a:hover, #centro #particulares a:hover{
	color: #333333;
}
#centro #particulares {
	background-image: url(images/boton_particulares.gif);
	float: right;
	height: 124px;
	width: 389px;
	margin-right: 40px;
	margin-bottom: 100px;
}
 #centro #particulares h4,  #centro #empresas h4{
	margin-top: 40px;
	font-size: 0.75em;
	font-family: "Helvetica 45 Roman", Helvetica, Arial, Verdana;
	font-weight: normal;
	text-align: justify;
	padding-right: 22px;
	padding-left: 22px;	
 }
 #centro #particulares h3,  #centro #empresas h3{
 	visibility: hidden;
 }

/*********************************************************************************************
********************************************************************************************
PIE
********************************************************************************************
*********************************************************************************************/
#pie{
	background-color: #555555;
	height: 20px;
	bottom: 0;
	width: 910px;
	clear: both;
}
#centro #pie a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #424242;
	background-color: #eaeaea;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	height: 17px;
	width: 130px;
	text-align: center;
	padding-top: 4px;
}
#centro #pie a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	background-color: #555555;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	height: 17px;
	width: 130px;
	text-align: center;
	padding-top: 3px;
}
#pie #cuenta {
	width: 130px;
	float: right;
}
#pie #blog {
	width: 70px;
	float: right;
}

#centro #pie a.blog {
	color: #00b760;
	background-color: #555555;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-decoration: none;
	text-transform: uppercase;
	float: right;
	width: 70px;
	text-align: center;
	padding-top: 3px;

}
#centro #pie a.blog:hover {
	color: #424242;
	background-color: #00b760;
	border-left: none;
	
}
#centro #pie #aviso {
	background-color:#555555;
	width: 150px;
	float: right;
	height: 15px;
}	
#centro #pie #aviso a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #eaeaea;
	float: right;
	margin-top: 1px;
	margin-right: 10px;
	font-variant: normal;
	background-color: #555555;
	height: 15px;
}
#centro #pie #aviso a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	float: right;
	margin-top: 1px;
	margin-right: 10px;
	font-variant: normal;
	height: 15px;
}
.direccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #eaeaea;
	float: left;
	margin-top: 3px;
	margin-left: 40px;
}
/*********************************************************************************************
********************************************************************************************
CUERPO
********************************************************************************************
*********************************************************************************************/
#centro #definicion h1 {
	font-size: 1em;
	text-align: right;
	color: #666666;
	letter-spacing: 0.2em;
	right: 0;
	margin-right: -2px;
	font-weight: bolder;
	font-family: "Helvetica 95 Black", Verdana, Arial;
}
#centro #definicion p {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-size: 0.93em;
	text-align: justify;
	color: #000000;
	margin-bottom: 30px;
}
#centro #definicion p.separa {
	margin-top: 20px;
}
#centro #definicion #formas {
	background-color:#dfdfdf;
	height: 500px;
	width: 830px;
}
#definicion #formas h2 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;	
	margin-top:20px;
}
#centro #definicion #formas #plan {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	
}
#centro #definicion #formas #sitios, #centro #definicion #formas #publi,  #centro #definicion #formas #video {
	float:  left;
	width: 207px;
	margin-top:10px;	
}
  #centro #definicion #formas #grafico {
	float:right;
	width: 202px;	
	margin-right:5px;
	margin-top:10px;
}
#definicion #formas ul {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-size: 0.8em;
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: inside;
	
}
#centro #definicion #formas .centrado {
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #16be6e;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-size: 0.8em;
}
#centro #definicion #formas .centrado a {
	color: #666666;
}
#centro #definicion #formas .centrado a:hover {
	color: #16be6e;
}
#centro #definicion #formas .plan {
	padding-top: 30px;
}
#centro #definicion #formas .sube {		
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
}
#centro #definicion #formas #serv_part {	
	float: right;
	width: 830px;
} 

#definicion #formas a {
	font-weight: bolder;
	color: #1C0000;
	text-decoration: none;
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	text-transform: uppercase;
}
#definicion #formas a:hover {
	color: #00b760;
}
/*********************************************************************************************
********************************************************************************************
COLABORACIONES
********************************************************************************************
*********************************************************************************************/
#formas #patxa {
	height: 300px;
	width: 320px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#formas #patxa h2 {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}
/*********************************************************************************************
********************************************************************************************
PARTICULARES
********************************************************************************************
*********************************************************************************************/
.clear_both{
	clear: both;
}
#definicion #iconos {
	height: 200px;
	padding-right: 30px;
	padding-left: 30px;

}
#centro #definicion #formas_parti {
	background-color: #dedede;
	width: 830px;
	height: 205px;
}
#centro #definicion #ejemplos {
	background-color: #dedede;
	width: 830px;
	height: 420px;
}
#ejemplos #temas_parti {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 130px;
	float: right;
	clear: both;
	height: 20px;
	padding-bottom: 5px;
}
#ejemplos #temas_parti a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
#ejemplos #temas_parti a:hover {
	color: #ffffff;
}
#definicion #formas_parti h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	margin-left: 50px;
	margin-top: 20px;
	font-weight: normal;
}
#definicion #formas_parti ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: none;
	width: 325px;
	margin-left: 50px;
	margin-top: 20px;
}
#formas_parti #uno {
	width: 277px;
	float: left;
}
#formas_parti #dos {
	width: 277px;
	float: left;
}
#formas_parti #tres {
	width: 276px;
	float: right;
}
.imgs_parti {
	margin-left: 55px;
	float: left;
}
.gris {
	color: #909090;
}

.verde {
	color: #00b760;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
#definicion #formas p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 0.9em;
}
#definicion #formas h3 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-variant: small-caps;
	font-size: 0.95em;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
/*********************************************************************************************
********************************************************************************************
VIDEOS
********************************************************************************************
*********************************************************************************************/
.fondogris {
	background-color:#cccccc;
}
.margen_auto {
	height: 270px;
	width: 300px;
	margin: 50px auto 0 auto;
}
/*********************************************************************************************
********************************************************************************************
CUENTACUENTOS
********************************************************************************************
*********************************************************************************************/
#cuento {
	float: left;
	width: 828px;
	margin-left: 40px;
	margin-top: 75px;
	margin-bottom: 85px;
}
#centro #cuento h1 {
	font-size: 1em;
	text-align: right;
	color: #666666;
	letter-spacing: 0.2em;
	right: 0px;
	margin-right: -2px;
	font-weight: bolder;
	font-family: "Helvetica 95 Black", Verdana, Arial;
	margin-bottom: 20px;
}
#centro #cuento p {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-size: 0.9em;
	text-align: justify;
	color: #000000;
	margin-top: 10px;
}
#centro #cuento h2 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-size: 1em;
	color: #000000;
	margin-bottom: 20px;
}
/*********************************************************************************************
********************************************************************************************
GALERIA 
********************************************************************************************
*********************************************************************************************/
#definicion #formas_gal {
	background-color: #dedede;
	height: 450px;
	width: 830px;
}
#imagenes_gal {
	height: 450px;
	padding-top: 25px;
	vertical-align: middle;
}
#imagenes_gal table {
	background-color: #dedede;
	height: 400px;
}

#formas_gal #temas {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 140px;
	float: right;
}
#formas_gal #temas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
#formas_gal #temas a:hover {
	color: #ffffff;
}
#formas_gal #temas_publi {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 200px;
	float: right;
}
#formas_gal #temas_publi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
#formas_gal #temas_publi a.carteleria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-decoration: none;
}
#formas_gal #temas_publi a:hover {
	color: #ffffff;
}
#formas_web #temas {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 140px;
	float: right;
}
#formas_web #temas a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	text-decoration: none;
}
#formas_web #temas a:hover {
	color: #ffffff;
}
/*JAVASCRIPT----------------------*/
.txt-galeria {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 0.88em;
	color: #666666;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
	vertical-align: 1650%;
}

.light {
	font-weight: lighter;
	font-size: 0.75em;
	
}
.primero{
	margin-left:200px;
}
/*********************************************************************************************
********************************************************************************************
CONTACTO
********************************************************************************************
*********************************************************************************************/
#contact {
	background-color: #dedede;
	width: 828px;
	height: 500px;
}
#formulario #form1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-top: 20px;
	width: 180px;
	height: 20px;
	font-size: 1em;
}
#formulario #form1 p {
	color: #333333;
	font-size: 0.75em;
	margin-bottom: -8px;
	text-align: left;
}
#formulario #form1 input {
	margin-left: 3px;
	margin-right: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:1em;
}
#contact #formulario {
	float: left;
	top: 0;
	margin-left: 20px;
	position: relative;
	width: 400px;
	height: 470px;
}

.otros {
	margin:0px;
	padding-top: 5px;
}

.red {
	color:#f00;
}

.inputs {
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
	right: 0;
	font-size: 0.75em;
}
#centro #definicion .legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-bottom:0;
}
/*********************************************************************************************
TABLA FORMULARIO
*********************************************************************************************/
#centro #definicion #contact #formulario #form1 td {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 160px;
	text-align: right;
	height: 28px;
	font-size: 0.75em;
}
#centro #definicion #contact #formulario #form1 table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: 400px;	
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	height: 20px;
	float: left;
	margin-left: 10px;
	
}
.inputconsulta {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	height: 40px;
	float: left;
	width: 280px;
	margin-left: 3px;
	font-size:1em;
}
.inputsector {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	height: 20px;
	float: left;
	width: 280px;
	margin-left: 3px;
}

#centro #definicion #contact #mapa {
	width: 300px;
	float: right;
	height: 490px;
	padding-right: 25px;
	padding-top: 25px;
	margin-left: 10px;
}

#centro #definicion #contact #mapa iframe {
	margin-left: 15px;
	text-align: right;
}
#mapa a {
	text-decoration: none;
	color: #333333;
}
#mapa a:hover {
	text-decoration: none;
	color: #00b760;
}

.google {
	font-size: 0.7em;
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.google:hover {
	text-decoration: none;
	color: #00b760;
}
.dire_contacto {
	margin-left: 25px;
	font-size: 0.8em !important ;
	text-align: center !important ;
	text-decoration: none;
}
/*********************************************************************************************
********************************************************************************************
WEB
********************************************************************************************
*********************************************************************************************/
#centro #definicion #formas_web #imagenes_web{
	 background-color:#DEDEDE;
	  padding-bottom: 10px;
}
#centro #definicion #formas_web #imagenes_web p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-color: #DEDEDE;
	text-align: center;
}
#centro #definicion #formas_web #imagenes_web a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	
}
#centro #definicion #formas_web #imagenes_web a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #00B760;
}
/*********************************************************************************************
********************************************************************************************
NOTICIAS
********************************************************************************************
*********************************************************************************************/
.fotos_news {
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	width: 300px;
	background-color: #cccccc;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
.articulos {
	padding-left: 10px;
	margin-top: 15px;
	float: right;
	width: 510px;
}
.articulos h2 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-size: 0.9em;
	color: #999999;
	text-align: justify;
}
.articulos p {
	font-size: 0.6em;
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	color: #666666;
	padding-bottom: 15px;
	font-weight: lighter;
	border-bottom: thin dotted #00b760;
}
.articulos a {
	font-weight: bolder;
	color: #00b760;
	text-decoration: none;	
}
.articulos a:hover {
	text-decoration: underline;	
}
/*PHP----------------------*/
#php {
	margin-top: 20px;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;	
}		
#php h2 {
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	font-size: 0.9em;
	color: #999999;
	text-align: justify;
}
#php p {
	font-size: 0.6em;
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	color: #666666;
	padding-bottom: 15px;
	font-weight: lighter;
	border-bottom: thin dotted #00b760;
}
#php a {
	font-weight: bolder;
	color: #00b760;
	text-decoration: none;	
}
#php a:hover {
	font-weight: bolder;
	color: #00b760;
	text-decoration: underline;	
}
.fecha {
	font-style: italic;
	font-weight: lighter;
}
.ancho_fotos {
	width: 286px;
	background-color: #d6d6d6;
	text-align: center;
}
.ancho {
	width: 650px;
	padding-left: 20px;
}
#centro #modulo h1 {
	font-size: 0.88em;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
	font-family: "Helvetica 55 Roman", Helvetica, Arial, Verdana;
	display: block;
	background-color: #666666;
	padding: 5px 0;
}
.ancho_redondo{
	width:298px;
	background-image: url(images/borde_redondo.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
}
.ancho_redondo_bajo{
	width:298px;
	background-image: url(images/borde_redondo_bajo.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 19px;
}
#centro #definicion #subir{
	margin-top:10px;
	text-align:center;
	}
#centro #definicion #subir a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	color: #999999;
	text-decoration: none;
	
}
#centro #definicion #subir a:hover {
	color: #000000;
