html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #1D4C80 url('imagenes/bodyimages/body.gif') repeat-x left top;
	color: #1D4C80; /*#5A5A50   #202020*/
	font: normal 0.8em sans-serif;
	line-height: 1.5em;	
}


/* 
   Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.8em sans-serif;}
h3 {font: normal 1.6em sans-serif;}
h4 {font: normal 1.4em sans-serif;}
h5 {font: bold 1.2em sans-serif;}
h6 {font: bold 1em sans-serif;}

h1,h2,h3,h4,h5,h6 {
	color: #456;
	margin-bottom: 0.3em;
}


blockquote {
	background: #F6F6F6 url('imagenes/bodyimages/quote.gif') no-repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}


/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #D5D5D5;
	background: #E5E5E5;
	color: #555;
	font-weight: bold;
}
dd {
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #456; text-decoration: none}
a:hover {
	color: #D60;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

/* 
   Images 
------------------------------------------------------------------- */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left,img.alignleft {margin: 0 15px 12px 0;}
img.right,img.alignright {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Misc 
------------------------------------------------------------------- */

/* Separators */
.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}

/* Messages */
.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
#layout_wrapper_outer {background: url('imagenes/bodyimages/layout_wrapper_outer.jpg') no-repeat center top;}
#layout_wrapper {
	color: #FFF;
	margin: 0 auto;
	width: 1000px;
}

#layout_top {height: 114px;}

#layout_body_outer {background: #225084 url('imagenes/bodyimages/layout_body_outer.jpg') repeat-x;} /*#1D4C80*/
#layout_body {
	background: url('imagenes/bodyimages/layout_body.gif') no-repeat;
	padding: 8px 8px 0;
}

/* Site title */
#site_title {padding: 28px 12px 0;}
#site_title a {
	color: #73BCD1;
	text-decoration: none;
}
#site_title a:hover {color: #FFF;}
#site_title h1 {
	font-size: 2.4em;
	margin-bottom: 6px;
}
#site_title h1 span {color: #C0C6CF;}
#site_title h2 {
	color: #789;
	font-size: 1.2em;
}


/* Navigation */
#navigation {
	background: #3A3A3A url('imagenes/bodyimages/navigation.gif') no-repeat;
	font: bold 12px sans-serif;
	padding: 0 8px;
}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation a {
	float: left;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}

#nav1 a {
	color: #BBB;
	padding: 10px 12px 12px;
}
#nav1 a:hover {color: #EEE; background-color: #2A2A2A}
#nav1 li.current_page_item a,#nav1 li.current_page_parent a {
	background: url('imagenes/bodyimages/nav1_arrow.gif') no-repeat center bottom;
	color: #ADE7F6;	
}

#nav2 a {
	color: #D0D6DA;
	padding: 10px;
}
#nav2 {
	background: #5090AE url('imagenes/bodyimages/nav2.gif') repeat-x;
	margin: 0 -8px;
	padding: 0 8px;
}
#nav2 a:hover {color: #FFF; background-color: #40809E}

#nav2 li.current_page_item a {
    background: url('imagenes/bodyimages/nav2_arrow.gif') no-repeat center bottom;
    color: #FFF;
}

#nav3 a {
	color: #050505;
	padding: 10px;
}
#nav3 {
	background: #E59E05 url('imagenes/bodyimages/nav3.gif') repeat-x;
	margin: 0 -8px;
	padding: 0 8px;
}
#nav3 a:hover {color: #DDD; background-color: #D58E00}
#nav3 li.current_page_item a {color: #FFF;}


/* Main */
#main {
	background: #EEEEEE url('imagenes/bodyimages/main.gif') repeat-y;
	border-bottom: 1px solid #C5C5C5;
}
#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

#content_outer {
	border-top: 1px solid #FFF;
	width: 629px;
}
#content {	
	color: #444;
	padding: 16px;
}

/* Sidebar */
#sidebar_outer {
	border-top: 1px solid #EEE;
	width: 259px;
}
#sidebar {
	color: #555;
	padding: 16px 12px;	
}
#sidebar a {color: #555;}
#sidebar a:hover {color: #000;}

/* Dashboard */
#dashboard {
	background: #CCC;
	border-top: 1px solid #D5D5D5;
	font-size: 0.9em;
}
#dashboard_inner {padding: 16px 20px 6px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 0 20px;
	margin: 0 20px;
}
#dashboard .col_title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

#dashboard li {
	color: #777;
	padding: 4px 0;
}
#dashboard li {border-top: 1px solid #BEBEBE;}
#dashboard li a {
	color: #666;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #333;
	text-decoration: underline;
}


/* Footer links */
#footer {
	background: url('imagenes/bodyimages/footer.gif') no-repeat;
	color: #FFF;
	font-size: 0.9em;
	padding: 22px 8px 10px;
}
#footer a {color: #FFF;}
#footer .right, #footer .right a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {color: #999;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a,.post_meta a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: #E5E5E5;
	border: 1px solid #EAEAEA;
	border-color: #EAEAEA #D5D5D5 #D5D5D5 #E5E5E5;
	color: #777;
	font: bold 1.3em sans-serif;
	padding: 6px 10px;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}

/* Single Line IE Fixes */
* html #nav1, * html #nav2, * html #layout_body, * html #dashboard_inner, * html #footer {height: 0.01%; min-height: 0.01%;}


/*DIRECTIVA*/
.directiva td{
    font-size: 1.6em;
}
.den {
    color: #456;
    font: normal 1.6em sans-serif;
    text-align: right;
}
.cargo{
    color: #456;
    font: bold 1.2em sans-serif;
}

.imagentop{
    position: absolute;
    float: left;
    margin-left: 70%;
    
}

/*NOTICIAS*/
address.fecha { font-size: 10px;}

div.verde p {text-align: justify;}

div.foto {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    margin-left: 10px;
}

div.nombre {
    padding-left: 10px;
    line-height: 20px;
}
div.descripcion {
    margin-top: 25px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 13px;
}
div.nombre p {
    margin-bottom: -15px;
    margin-right: 10px;
}

div.verde {
    background-color: #DDDDDD;
    border: 2px solid #BBBBBB;
    -moz-border-radius: 5px;
}

/*COMPETICIONES*/
table.equipos {
    width: 80%;
    margin: auto;
    text-align: center;
    border-collapse: collapse;
    border:solid #92C1EF 2px;
}
table.equiposescudo {
    width: 80%;
    margin: auto;
    border-collapse: collapse;
    border:solid #92C1EF 2px;
}
table.equipos tr.cab, table.equiposescudo tr.cab  {
    background: url('imagenes/bodyimages/nav2.gif');
    text-align: center;
    font-weight: bold;
}

table.equipos td , table.equiposescudo td {
    border-collapse: collapse;
    border:solid #C5DDF7 1px;
}


table.resultados, table.resultados2 {
    width: 80%;
    margin: auto;
    text-align: center;
    border-collapse: collapse;
    border:solid #92C1EF 2px;
}
table.resultados tr.cab, table.resultados2 tr.cab {
    background: url('imagenes/bodyimages/nav2.gif');
    text-align: center;
    font-weight: bold;
}
.resultados2 tr:hover {
    background-color: silver;
}

.resultados tr:hover {
    background-color: #AFEEEE;
}
table.resultados td, table.resultados2 td {
    border-collapse: collapse;
    border:solid #C5DDF7 1px;
}

table.clasificacion {
    width: 80%;
    margin: auto;
    text-align: center;
    border-collapse: collapse;
    border:solid #FFA264 2px;
}
table.clasificacion tr.cab {
    background: url('imagenes/bodyimages/nav3.gif');
    text-align: center;
    font-weight: bold;
}
table.clasificacion td, table.clasificacionfinal td {
    border-collapse: collapse;
    border:solid #FFC59F 1px;
}

table.clasificacion .equipo {
    text-align: left;
    font-weight: bold;
}

table.resumen  {
    text-align: center;
    font-size: 20px;
	width: 80%;
	margin: auto;
}
table.resumen .cat {
    font-weight: bold;
}

table.clasificacionfinal  {
    border:solid #FFA264 2px;
	border-collapse: collapse;
    text-align: center;
    font-size: 15px;
	width: 60%;
	margin: auto;
	font-weight: bold;
}

.iniciogrupo{
    border-top: 2px solid #FFA264;
}
.grupo{
    font-weight: bold;
    font-size: 20px;
    vertical-align: middle;
}

.contacto td{
    text-align:right;
}
.contacto td.txt{
    text-align:left;
}

div.jugadores {
    background-color: #EEEEEE;
    width: 160px;
    height: 255px;
    border: 2px solid #BBBBBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 20px;
}
div.jugadores2 {
    background-color: #EEEEEE;
    width: 160px;
    height: 255px;
    border: 2px solid #BBBBBB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    float: left;
    margin-right: 20px;
    margin-top: -19px;
}
div.staff {
    background-color: #FBE8C9;
    width: 190px;
    height: 270px;
    border: 2px solid #BBBBBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 20px;
}
div.staff2, div.staff24 {
    background-color: #FBE8C9;
    width: 190px;
    height: 235px;
    border: 2px solid #BBBBBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 20px;
}

div.jugadores h2, div.jugadores2 h2 {
    font-size: 13px;
    text-align: center;
}
div.jugadores h5, div.jugadores2 h5 {
    font-size: 10px;
    text-align: center;
}
div.jugadores h6, div.jugadores2 h6 {
    font-size: 8px;
    text-align: center;
}
hr {
    color: darkblue;
    background-color: darkblue;
    width: 90%;
    height: 4px;
}


/*TARJETAS*/
table.verde, table.amarilla, table.roja {
    width: 80%;
    margin: auto;
    text-align: center;
    border-collapse: collapse;
}
table.verde tr.cab, table.amarilla tr.cab, table.roja tr.cab {
    text-align: center;
    font-weight: bold;
}
table.verde td, table.amarilla td, table.roja td {
    border-collapse: collapse;
}


table.verde{border:solid #97FF74 2px;}
table.verde tr.cab {background: url('imagenes/bodyimages/verde.gif');}
table.verde td {border:solid #A8FF85 1px;}

table.amarilla{border:solid #D6D65A 2px;}
table.amarilla tr.cab {background: url('imagenes/bodyimages/amarilla.gif');}
table.amarilla td {border:solid #E7E76B 1px;}

table.roja{border:solid #DF8483 2px;}
table.roja tr.cab {background: url('imagenes/bodyimages/roja.gif');}
table.roja td {border:solid #EF9594 1px;}

/*ADMINISTRACION NOTICIAS*/
.admintable {
    width: 95%;
}
.admintable tr:hover {
    background-color: lightblue;
}

.admintable tr.cab:hover {
    color: aqua;
}

.admintable tr.cab  {
    background-color: darkblue;
    color: white;
    font-weight: bold;
}

.namelog {
    text-align: left;
    margin-left: 20px;
}

.title{
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}
.field {
    text-align: left;
}

ul.maspeq li{
    font-size: 80%;
}

table.ficha hr{
    width: 100%;
    height: 1px;
}

input {
    -moz-border-radius:3px 3px 3px 3px;
    border: 1px solid #CCCCCC;
}

textarea {
    -moz-border-radius:3px 3px 3px 3px;
    border: 1px solid #CCCCCC;
}
textarea:hover {
    background: lightyellow;
}
input:hover {
    background: lightyellow;
}

.control, .boton, .borrar, .quitar, .add, .select, .email, .recuperar {
    cursor: pointer;
}
.control2 :hover{
    font-weight: bold;
    font-size: 125%;
}

div.ficha {
    background-color: #86B2D5;
    -moz-border-radius:6px 6px 6px 6px;
    border: 2px solid black;
    margin: auto;
    width: 80%;
    padding: 10px;
}

.fotoficha{
    float: right;
    margin-left: 505px;
    margin-top: 45px;
    position: absolute;
}

div#jugequ, div#jugrest{
    border: 2px solid white;
    -moz-border-radius:6px 6px 6px 6px;
    width: 49%;
    margin: auto;
}

div#jugequ {
    float: left;
    background-color: lightyellow;
}

div#jgdls {
    margin: auto;
    width: 550px;
}

div#jugrest {
    float: right;
    background-color: #D2B48C;
}

.taggboard {
    margin: auto;
    width: 600px;
    border: 4px solid black;
    -moz-border-radius:6px 6px 6px 6px;
}

.destaca{
    background: #E59E05 url('imagenes/bodyimages/nav3.gif') repeat-x;
}

#est1, #est2, #est3{
    width: 30%;
    float: left;
}

.botonete {border:1px solid #F7CB3C;
background: #F7CB3C url(imagenes/bodyimages/degrad2.gif) 0 0 repeat-x;
padding:2px;
cursor:pointer;
-moz-border-radius:3px 3px 3px;
-webkit-border-radius: 3px 3px 3px;
margin:2px;
text-decoration: none;
font-weight: bold;
}

/* Overlay */
#contact-overlay {background-color:#00B; cursor:crosshair;}

/* Container */
#contact-container {width:450px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {background-color:#333; color:#ddd; height:40px; overflow: auto;}
#contact-container h1 {color:#d76300; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(imagenes/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#contact-container .contact-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#contact-container textarea {height:114px; font-size:.9em;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:21px; background:url(imagenes/contact/form_top.gif) no-repeat; padding:0; margin:-50px 0 0;}
#contact-container .contact-bottom {height:13px; background:url(imagenes/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send {width:50px; background:url(imagenes/contact/send.png) no-repeat;}
#contact-container .contact-cancel {width:65px; background:url(imagenes/contact/cancel.png) no-repeat;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-54px; right:6px; color:#999;}
#contact-container a.modal-close:hover {color:#9bb3b3;}

table.detalles{
    font-size: 10px;
    margin: auto;
    width: 350px;
    color: black;
}

table.detalles tr:hover{
    background-color: #AAA;
}

table.detalles tr.cab:hover {
}

table.detalles {
    margin: auto;
    text-align: center;
    border-collapse: collapse;
    border:solid #FFA264 2px;
}

table.detalles tr {
    border-collapse: collapse;
    border:solid #FFC59F 1px;
    background-color: white;
}
table.detalles tr.cab {
    background: url('imagenes/bodyimages/nav3.gif');
    text-align: center;
    font-weight: bold;
}

table.detalles {
    text-align: left;
    font-weight: bold;
}
/*UPLOAD FILES ZONA ENTRENADORES!!!*/
table.table {
	width: 674px;
	font-family: Verdana;
	font-size: 11px;
	margin:3px;
}

table.table tr.row.one {
	background-color:#fcfdfe;
}

table.table tr.row.two {
	background-color:#f8f9fa;
}

table.table tr.row td.icon {
	width:25px;
}

table.table tr.row td.name {

}

table.table tr.row td.size {
	width: 100px;
	text-align: right;
}

table.table tr.row td.changed {
	width: 150px;
	text-align: center;
}

table.table tr.row td.long {

}

#upload {
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	width:680px;
	position: relative;
	margin: 0 auto;
	text-align:center;
}

#upload input.text{
	width:100px;
}

#upload td.password {
	text-align:left;
}

#upload td.file {
	text-align:right;
}

#info {
	color:#000000;
	font-family:Verdana;
	font-size:10px;
	width:680px;
	position: relative;
	margin: 0 auto;
	text-align:center;
}
/*
#top321 {
	width:674px;
	height:110px;
	margin:3px;
	clip: rect(20px, 97px, 13px, 33px);
	overflow:hidden;
}

#top321 div{
	position:absolute;
	overflow:hidden;
	white-space:nowrap;
	height:107px;
	width:674px;
}

#top321 div.a0 {
	font-size: 30px;
	color:#222222;
	height:auto;
	font-weight:bold;
	text-align:center;
	top:50px;

}

#top321 div.a1 {
	font-size: 105px;
	color:#f5faff;
	line-height:13px;
	text-indent: -100px;
}

#top321 div.a2 {
	font-size: 305px;
	color:#f8fbff;
	line-height:65px;
	text-indent: -170px;
}

#top321 div.a3 {
	font-size: 40px;
	color:#ecf4fd;
	line-height:85px;
	text-indent: -560px;

}

#top321 div.a4 {
	font-size: 100px;
	color:#f3f8fd;
	line-height:185px;
	text-indent: -460px;
}

#top321 div.a5 {
	font-size:34px;
	position:absolute;
	top:0px;
	left:0px;

}
*/

#frame {
	width:680px;
	border: 1px dotted #CDD2D6;
	text-align:left;
	position: relative;
	margin: 0 auto;
        background-color: white;
}

#error {
	width:300px;
	background-color:#FFE4E1;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	padding:7px;
	position: relative;
	margin: 10px auto;
	text-align:center;
	border: 1px dotted #CDD2D6;
}

input {
	font-family:Verdana;
	font-size:10px;
	border: 1px solid #CDD2D6;
}

a.social{
    width: 24px;
    height: 24px;
    display: block;
    text-indent: -9999px;
    float: left;
    margin: 3px;
    margin-top: 52px;
}
a.socialnet1{
    background: url(imagenes/bodyimages/rss.png) no-repeat 0 0;
}
a.socialnet2{
    background: url(imagenes/bodyimages/tuenti.png) no-repeat 0 0;
}
a.socialnet3{
    background: url(imagenes/bodyimages/facebook.png) no-repeat 0 0;
}
a.socialnet4{
    background: url(imagenes/bodyimages/twitter.png) no-repeat 0 0;
}
a.social:hover{
    background-position: 0 -24px;
}


