/*=================
 Master / Reset
=================*/
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, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #3983c3;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #27a3d2;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	background: #fff; /* url(/images/bg.gif) repeat-x 0 0; */
	color: #888888;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, Sans-serif;
	font-size: 13px;
	line-height: 1em;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: .5em;
}
h1 { font-size: 24px; }
h2 { font-size: 16px; }
html {
	font-size: 100.01%;
}
input {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding: 0;
}
p {
	margin: 0 0 1.25em 0;
	line-height: 1.3em;
}
small {
	font-size: 10px;
}
strong {
	color: #555;
	font-weight: bold;
}
sup {
	bottom: 0.3em;
	font-size: 10px;
	position: relative;
}
sub {
	bottom: -0.2em;
	position: relative;
}

/*===================
 Estructura general
===================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
* html .clearfix {height: 1%;}
html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
}
h1.big {
	border-bottom: 1px solid #c3c3c3;
}
h2.big {
	border-bottom: 1px solid #c3c3c3;
	font-size: 24px;
	margin-bottom: 1em;
}
h2.med {
	border-bottom: 1px solid #c3c3c3;
	font-size: 20px;
	margin-bottom: 1em;
}
h3.big {
	font-size: 16px;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active,
h3 a,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #333;
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	min-height: 100%;
	padding: 0;
}
#header {
	background: #fff url(/images/headerbg.gif) repeat-x 0 0;
	height: 91px;
	margin-bottom: 5px;
}
#header_inner {
	height: 90px;
	margin: 0 auto;
	position: relative;
	width: 950px;
}
#menu {
	position: absolute;
	right: 0;
	top: 42px;
}
#menu li {
	float: left;
	height: 40px;
	margin-left: 20px;
	width: 135px;
}
#menu li a,
#menu li a:link,
#menu li a:visited,
#menu li a:hover,
#menu li a:active {
	background: url(/images/menubg.gif) no-repeat right 46%;
	color: #aaa;
	display: block;
	float: left;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	text-decoration: none;
	width: 135px;
}
#menu li strong {
	/*border-bottom: 1px solid #54aed0;*/
	color: #4c4c4c;
	display: block;
	font-family: Myriad Pro, Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: .85em;
	margin-bottom: 3px;
}
#lang {
	position: absolute;
	right: 0;
	top: 10px;
}
#lang li {
	float: left;
	margin-left: 18px;
}
#lang li a,
#lang li a:link,
#lang li a:visited,
#lang li a:hover,
#lang li a:active {
	color: #9b9b9b;
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
}
#lang img {
	margin-right: 3px;
}
#splash {
	/*background: #498ccb;*/
	height: 250px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
#splash.menu {
	height: 281px;
}
#splash.feed {
	margin-bottom: 15px;
}
.splash {
	float: left;
	height: 250px;
	position: relative;
	width: 950px;
}
#pagedsplash {
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
}
.splash_arrow_left,
.splash_arrow_left:link,
.splash_arrow_left:visited,
.splash_arrow_left:hover,
.splash_arrow_left:active {
	background: url(/images/splash_arrow_left.png) no-repeat 0 -58px;
	height: 58px;
	left: 0;
	margin-top: -29px;
	position: absolute;
	top: 50%;
	width: 32px;
	z-index: 10;
}
.splash_arrow_right,
.splash_arrow_right:link,
.splash_arrow_right:visited,
.splash_arrow_right:hover,
.splash_arrow_right:active {
	background: url(/images/splash_arrow_right.png) no-repeat 0 -58px;
	height: 58px;
	margin-top: -29px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 32px;
	z-index: 10;
}
.splash_arrow_left:hover,
.splash_arrow_right:hover {
	background-position: 0 0;
}
#splash h1 {
	height: 38px;
	left: 44px;
	margin: 0;
	overflow: hidden;
	position: absolute;
	text-indent: -999px;
	top: 20px;
	width: 412px;
}
#splash h1.link {
	text-indent: 0;
}
#splash h1 a {
	display: block;
	height: 38px;
	width: 412px;
	overflow: hidden;
	text-indent: -999px;
}
#splash div.intro {
	color: #fff;
	left: 44px;
	position: absolute;
	top: 140px;
	width: 350px;
}
#splash div.intro p {
	line-height: 1.2em;
}
#splash ul {
	background: url(/images/submenu.gif) no-repeat 0 0;
	border-top: 1px solid #fff;
	height: 30px;
	padding: 0 40px 0 30px;
	position: absolute;
	bottom: 0;
	width: 880px;
	overflow: hidden;
}
#splash li {
	float: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
#splash li.current {
	color: #0090ff;
	padding: 0 30px;
}
#splash li.menulogo {
	float: right;
}
#splash li a,
#splash li a:link,
#splash li a:visited,
#splash li a:hover,
#splash li a:active {
	color: #b2b2b2;
	padding: 0 30px;
	text-decoration: none;
}
#splash li a:hover {
	color: #0090ff;
}
#content {
	margin: 0 auto 20px auto;
	width: 950px;
}
#nonfooter {
	height: 145px;
	display: block;
	clear: both;
}
#footer {
	background: #f5f5f5;
	border-top: 1px solid #ccc;
	height: 144px;
	margin: 0 auto;
	margin-top: -145px;
}
#footer_inner {
	margin: 0 auto;
	width: 950px;
}
#footer .acredit {
	margin-bottom: 0;
	text-align: right;
}
#footer .acredit a {
	margin-left: 30px;
}
#sitelist {
	background: url(/images/footerline.gif) repeat-x 0 100%;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 11px;
	line-height: 2.5em;
	margin-bottom: 9px;
	padding: 0 3px;
	text-align: center;
}
#sitelist a,
#sitelist a:link,
#sitelist a:visited,
#sitelist a:hover,
#sitelist a:active {
	color: #3983c3;
	text-decoration: none;
}
#sitelist a:hover {
	text-decoration: underline;
}
#footer .copyright {
	color: #969696;
	font-size: 11px;
	margin-bottom: 8px;
}
#nav {
	background: url(/images/nav_bg.gif) no-repeat 0 0;
	clear: left;
	height: 31px;
	padding: 0 0 0 6px;
}
#nav li {
	color: #666;
	float: left;
	font-size: 12px;
	height: 31px;
	line-height: 31px;
}
#nav li.last {
	padding-left: 15px;
}
#nav li a,
#nav li a:link,
#nav li a:visited,
#nav li a:hover,
#nav li a:active {
	background: url(/images/nav_sep.gif) no-repeat 100% 0;
	color: #474747;
	display: block;
	float: left;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding: 0 27px 0 15px;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}

/*===================
 Helpers
===================*/
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
div.block {
	margin-bottom: 30px;
}
div.icoblock {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 0 1.7em 78px;
}
img.foto {
	margin-bottom: 10px;
}
a.vermas,
a.vermas:link,
a.vermas:visited,
a.vermas:hover,
a.vermas:active {
	background: url(/images/vermas.gif) no-repeat right 60%;
	padding: 0 10px 0 0;
	text-decoration: none;
}
ul.lista {
	padding: 0 0 1em 0;
}
ul.lista li {
	background: url(/images/bulletazul.gif) no-repeat 3px 5px;
	margin: 0;
	padding: 0 0 .8em 15px;
}

/*===================
 Columnas
===================*/
.col3, .col4, .col5 {
	clear: both;
	margin-bottom: 30px;
}
.col, .colspan2, .colspan3, .colspan4 {
	float: left;
	margin-right: 25px;
}
.col3 .col { width: 300px; }
.col3 .colspan2 { width: 625px; }

.col4 .col { width: 218px; }
.col4 .colspan2 { width: 461px; }
.col4 .colspan3 { width: 704px; }

.col5 .col { width: 170px; }
.col5 .colspan2 { width: 365px; }
.col5 .colspan3 { width: 560px; }
.col5 .colspan4 { width: 755px; }
.last {
	margin-right: 0;
}
.col4 .last {
	margin-left: 3px;
}

/*===================
 Splashes
===================*/
.splash_portada {
	background: #4387C6 url(/images/locale/es/splash_portada2.jpg) no-repeat 0 0;
}
.tit_portada {
	background-image: url(/images/locale/es/tit_portada.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/locale/es/tit_portada.png', sizingMethod='crop');
}
.btn_portada_registrar,
.btn_portada_registrar:link,
.btn_portada_registrar:visited,
.btn_portada_registrar:hover,
.btn_portada_registrar:active {
	background: url(/images/portada_btnregistrar.png) no-repeat 0 0;
	color: #353535;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 10px;
	text-decoration: none;
	width: auto;
}
.btn_portada_registrar:hover {
	color: #000;
	text-decoration: underline;
}
.btn_portada_registrar span {
	background: url(/images/portada_btnregistrar.png) no-repeat right 0;
	display: block;
	float: left;
	height: 24px;
	padding: 0 10px 0 0;
	width: auto;
}
.splash_portada_dd {
	background: #4387C6 url(/images/locale/es/splash_portada_dondominio.jpg) no-repeat 0 0;
}
.tit_portada_dd {
	background-image: url(/images/locale/es/tit_portada_dondominio.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/locale/es/tit_portada_dondominio.png', sizingMethod='crop');
}
#portada_buscador_dominios {
	height: 65px;
	left: 525px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 127px;
	width: 355px;
}
#portada_buscador_dominios input.buscar {
	background: url(/images/portada_inputdd.png) no-repeat 0 0;
	border-width: 0;
	color: #acacac;
	font-size: 21px;
	height: 37px;
	margin: 0 5px 0 0;
	padding: 0 5px;
	vertical-align: top;
	width: 262px;
}
#portada_buscador_dominios input.nodefault {
	color: #353535;
}
.splash_nosotros {
	background: #8DA1C4 url(/images/locale/es/splash_nosotros2.jpg) no-repeat 0 0;
}
#splash h1.tit_nosotros {
	background-image: url(/images/locale/es/tit_nosotros.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/locale/es/tit_nosotros.png', sizingMethod='crop');
	left: 45px;
	top: 20px;
}
#splash.splash_nosotros div.intro {
	top: 150px;
}
.splash_marcas {
	background: #C22C45 url(/images/locale/es/splash_marcas2.jpg) no-repeat 0 0;
}
.tit_marcas {
	background-image: url(/images/locale/es/tit_marcas.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/locale/es/tit_marcas.png', sizingMethod='crop');
}
.splash_contactar {
	background: #17C3C3 url(/images/locale/es/splash_contactar.jpg) no-repeat 0 0;
}
.tit_contactar {
	background-image: url(/images/locale/es/tit_contactar.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/locale/es/tit_contactar.png', sizingMethod='crop');
}
.splash_blog {
	background: #67c9f9 url(/images/locale/es/splash_blog.jpg) no-repeat 0 0;
}
.tit_blog {
	background-image: url(/images/tit_blog.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_blog.png', sizingMethod='crop');
}
/* marcas */
.splash_mediabalear {
	background: #000 url(/images/locale/es/splash_mediabalear.jpg) no-repeat 0 0;
}
.tit_mediabalear {
	background-image: url(/images/tit_mediabalear.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_mediabalear.png', sizingMethod='crop');

}
#splash.splash_mediabalear div.intro {
	color: #009ee0;
}
.splash_dondominio {
	background: #e4ecff url(/images/locale/es/splash_dondominio2.jpg) no-repeat 0 0;
}
.tit_dondominio {
	background-image: url(/images/tit_dondominio.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_dondominio.png', sizingMethod='crop');
}
#splash.splash_dondominio div.intro {
	color: #828282;
	top: 130px;
}
.splash_infobalear {
	background: #ffb818 url(/images/splash_infobalear.jpg) no-repeat 0 0;
}
#splash .tit_infobalear {
	background-image: url(/images/tit_infobalear.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_infobalear.png', sizingMethod='crop');
	height: 80px;
	width: 218px;
}
#splash .tit_infobalear a {
	height: 80px;
	width: 218px;
}
#splash.splash_infobalear div.intro {
	color: #4c3838;
}

.splash_futbolbalear {
	background: #60a800 url(/images/splash_futbolbalear.jpg) no-repeat 0 0;
}
#splash .tit_futbolbalear {
	background-image: url(/images/tit_futbolbalear.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_futbolbalear.png', sizingMethod='crop');
	height: 81px;
	width: 219px;
	left: 648px;
}
#splash .tit_futbolbalear a {
	height: 81px;
	width: 219px;
}
#splash.splash_futbolbalear div.intro {
	color: #282828;
	left: 648px;
	top: 125px;
	width: 290px;
}
.splash_anunciabalear {
	background: #307ecc url(/images/splash_anunciabalear2.jpg) no-repeat 0 0;
}
#splash .tit_anunciabalear {
	background-image: url(/images/tit_anunciabalear2.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_anunciabalear2.png', sizingMethod='crop');
	height: 58px;
	width: 369px;
}
#splash .tit_anunciabalear a {
	height: 58px;
	width: 369px;
}
#splash.splash_anunciabalear div.intro {
	color: #fff;
}
.splash_tusaldo {
	background: #1987d9 url(/images/splash_tusaldo.jpg) no-repeat 0 0;
}
#splash .tit_tusaldo {
	background-image: url(/images/tit_tusaldo.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_tusaldo.png', sizingMethod='crop');
	height: 63px;
	width: 264px;
}
#splash .tit_tusaldo a {
	height: 63px;
	width: 264px;
}
#splash.splash_tusaldo div.intro {
	color: #1b1b1b;
}
.splash_solodrivers {
	background: #5a83ac url(/images/locale/es/splash_solodrivers.jpg) no-repeat 0 0;
}
#splash .tit_solodrivers {
	background-image: url(/images/tit_solodrivers.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_solodrivers.png', sizingMethod='crop');
	top: 10px;
	height: 39px;
	width: 267px;
}
#splash .tit_solodrivers a {
	height: 39px;
	width: 267px;
}
.splash_etila {
	background: #64c7ff url(/images/splash_etila.jpg) no-repeat 0 0;
}
#splash .tit_etila {
	background-image: url(/images/tit_etila.png) !important;
	background-image: none;
	background-repeat: no-repeat;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/images/tit_etila.png', sizingMethod='crop');
	height: 26px;
	width: 82px;
}
#splash .tit_etila a {
	height: 26px;
	width: 82px;
}

/*======================
 Estructuras subpaginas
======================*/
#feed {
	background: #fff url(/images/feedbg.gif) repeat-x 0 0;
	border: 1px solid #d9d9d9;
	height: 23px;
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}
#feed li {
	background: #fff url(/images/feedbg.gif) repeat-x 0 0;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 928px;
}
#feed a,
#feed a:link,
#feed a:visited,
#feed a:hover,
#feed a:active {
	color: #5a5a5a;
	font-family: Arial, Verdana, Sans-serif;
	height: 23px;
	line-height: 23px;
	text-decoration: none;
}
#feed a:hover {
	text-decoration: underline;
}
#feed a span {
	color: #929292;
	font-style: italic;
	padding-left: 10px;
}
#marcas_media {
	background: url(/images/marcas_bg_media.gif) no-repeat 230px 30px;
	border-top: 1px solid #ddd;
	padding: 40px 0 0 0;
}
#marcas_logomedia {
	margin: 45px 0 0 0;
}
#marcas_textomedia {
	text-align: justify;
	width: 223px;
}
#mediabalear_3col {
	background: url(/images/mb_3colbg_2.jpg) no-repeat 0 0;
	height: 301px;
}
#mediabalear_3col .col {
	margin: 0;
	padding: 12px 15px 0 16px;
	width: 286px;
}
#mediabalear_3col .col.last {
	padding-right: 14px;
}
#mediabalear_3col p {
	line-height: 1.2em;
	margin-bottom: 8px;
}
#dd_acredited {
	background: url(/images/dd_acreditedbg.gif) no-repeat 0 0;
	color: #333;
	height: 201px;
	padding: 15px;
}
#dd_acredited p.acredit {
	margin-bottom: 1em;
	text-align: center;
}
#dd_acredited p.acredit img {
	vertical-align: middle;
}
#dd_acredited p.acredit a {
	margin: 0 10px;
}
#dd_2col {
	background: url(/images/dd_2colbg.gif) no-repeat 0 0;
	height: 127px;
	margin-bottom: 50px;
}
#dd_2col .colspan2 {
	margin: 0;
	padding: 12px 16px 0 16px;
	width: 442px;
}
#dd_2col p {
	margin-bottom: .6em;
}
#dd_hosting {
	background: url(/images/dd_hostingbg.gif) no-repeat 0 0;
	height: 251px;
	padding: 12px 16px 0 16px;
	width: 268px;
}
#ts_operadoras {
	height: 202px;
	margin: 0 0 30px 0;
	padding: 0 0 0 6px;
	width: 938px;
}
#ts_operadoras li {
	float: left;
	margin: 0 30px 30px 0;
}
#ts_operadoras li.last {
	margin-right: 0;
}
#sd_col1 {
	background: url(/images/sd_col1bg.gif) no-repeat 0 0;
	height: 115px;
	margin-bottom: 30px;
	padding: 34px 16px 0 175px;
}
#sd_foros {
	background: url(/images/sd_forosbg.gif) no-repeat 0 0;
	height: 115px;
	padding: 12px 245px 0 16px;
	width: 364px;
}
#sd_foros p {
	margin-bottom: .5em;
}
#sd_softonic {
	background: url(/images/sd_softonicbg.gif) no-repeat 0 0;
	height: 115px;
	padding: 12px 16px 0 16px;
	width: 268px;
}
#sd_softonic p {
	padding-left: 92px;
}
.cifras li {
	font-family: Trebuchet MS, Arial, Verdana, Sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}
.cifras li strong {
	color: #666;
}
.acreditaciones li {
	border-bottom: 1px dotted #aaa;
	clear: left;
	height: 85px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.acreditaciones div {
	border-right: 1px solid #efefef;
	float: left;
	height: 80px;
	margin-right: 20px;
	padding: 5px 20px 0 0;
	text-align: center;
	width: 85px;
}
.acreditaciones h3 {
	margin: 0;
}
.acreditaciones p {
	margin-bottom: 10px;
}

/*=======================
 Estructura pagina error
=======================*/
#errorpage {
	background: #fff;
	color: #555;
	margin: 50px auto 0 auto;
	padding: 20px;
	width: 645px;
}
#errorpage_text {
	border-left: 1px solid #d9edf5;
	margin-left: 258px;
	padding: 0 0 0 20px;
}
#errorpage h1 {
	color: #333;
	font-family: Myriad Pro, Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 5px 0;
}
#errorpage h2 {
	color: #888;
	font-family: Myriad Pro, Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 20px;
	font-weight: 100;
	margin: 0 0 30px 0;
}
#errorpage .logo {
	float: left;
}
#errorpage ul {
	padding: 5px 0 0 0;
}
#errorpage li {
	background: url(/images/bulletazul.gif) no-repeat 3px 5px;
	margin: 0;
	padding: 0 0 .8em 15px;
}
#errorpage a,
#errorpage a:link,
#errorpage a:visited,
#errorpage a:hover,
#errorpage a:active {
	text-decoration: none;
}
#errorpage a:hover {
	text-decoration: underline;
}

/*=================
 Formularios
=================*/
.formulario label span {
	color: #888;
	font-weight: normal;
}
.formulario .th input {
	border: 1px solid #b5ceee;
	margin-right: 5px;
	padding: 3px;
}
.formulario textarea {
	border: 1px solid #b5ceee;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 13px;
	padding: 3px;
	width: 350px;
}
.formulario div.th {
	clear: left;
	margin-bottom: 15px;
}
.formulario div.thc {
	padding: 0 0 0 30px;
}
.formulario label {
	color: #333;
	cursor: pointer;
	float: left;
	font-family: Arial, Verdana, Sans-serif;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	vertical-align: middle;
	display: block;
	width: 30%;
}
/* errores form */
div.thc.formerror {
	background: url(/images/ico_error.gif) no-repeat 5px 4px;
}
div.formerror.th input, div.formerror textarea {
	border-color: #f88;
}

/* fotos flickr */
#flickr_badge {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}
#flickr_badge_link {
	margin: 10px 0 0 0;
}
#flickr_badge_uber_wrapper {
	left: 50%;
	position: relative;
}
#flickr_badge_wrapper {
	float: left;
}
#flickr_badge_images {
	left: -50%;
	position: relative;
}
.flickr_badge_image {
	float: left;
	border: 1px solid #888;
	margin: 0 16px 0 0;
}
#flickr_badge_image10 {
	margin: 0;
}

/*=================
 Estilos blog
=================*/
.blogtitle {
	border-bottom: 1px solid #ccc;
	color: #0A51A1;
	margin-bottom: 20px;
}
.post {
	background: url(/images/blog_entry.gif) no-repeat 0 bottom;
	margin: 0 0 40px 55px;
	padding: 0 0 5px 0;
	position: relative;
}
.post .date {
	color: #fff;
	background: url(/images/blog_date2.gif) no-repeat 0 0;
	font-size: 11px;
	height: 40px;
	left: -55px;
	padding-right: 5px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 40px;
}
.post .date strong {
	color: #fff;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 5px 0 4px 0;
}
.post h2 {
	color: #0A51A1;
	font-family: Myriad Pro, Trebuchet MS, Arial, Verdana, Helvetica, Sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
}
.post h2 a,
.post h2 a:link,
.post h2 a:visited,
.post h2 a:hover,
.post h2 a:active {
	color: #0A51A1;
}
p.postinfo {
	color: #aaa;
	font-size: 12px;
	margin-bottom: 15px;
}
.entry {
	color: #555;
	margin-bottom: 30px;
}
.entry p {
	line-height: 1.4em;
}
.entry ul {
	padding: 0 0 1em 0;
}
.entry li {
	background: url(/images/bulletazul.gif) no-repeat 3px 5px;
	margin: 0;
	padding: 0 0 .8em 15px;
}
.postmetadata {
	line-height: 14px;
	margin: 0 15px;
	text-align: right;
}
.postmetadata li {
	float: left;
	margin: 0 5px;
}
.postmetadata a,
.postmetadata a:link,
.postmetadata a:visited,
.postmetadata a:hover,
.postmetadata a:active {
	font-size: 12px;
	text-decoration: none;
}
.postmetadata img {
	vertical-align: middle;
}
.navigation {
	height: 15px;
	font-size: 11px;
	margin: 20px 0;
	padding-left: 55px;
}
.alignleft {
	float: left;
	text-align: left;
	width: 49%;
}
.alignright {
	float: right;
	text-align: right;
	width: 49%;
}
#errorpage.blog {
	margin: 0;
	padding: 0;
	width: auto;
}
.blog #errorpage_text {
	border-left-width: 0;
	margin: 0;
	padding: 0;
}
#searchform {
	
}
#blogsearchlabel {
	color: #fff;
	width: auto;
}
#blogsearch {
	width: 195px;
}
#searchsubmit {
	padding: 2px;
	width: 60px;
}
.bblock {
	background: #6ccaff url(/images/blog_block.gif) no-repeat 0 0;
	color: #fff;
	margin-bottom: 30px;
	padding: 10px 10px 1px 10px;
	overflow: hidden;
	width: 280px;
}
.bblock .end {
	background: #6ccaff url(/images/blog_block2.gif) no-repeat 0 0;
	height: 10px;
	float: left;
	position: relative;
	overflow: hidden;
	bottom: -1px;
	left: -10px;
	width: 300px;
}
.bblock h3 {
	color: #000;
}
.bblock a,
.bblock a:link,
.bblock a:visited,
.bblock a:hover,
.bblock a:active {
	color: #fff;
	text-decoration: underline;
}
.bblock a:hover {
	color: #000;
}
.commentlist {
	padding-left: 55px;
}
.commentlist li {
	background: url(/images/commenttop.gif) no-repeat 0 0;
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
}
.commentlist div.comment {
	border: 1px solid #badaec;
	border-width: 0 1px;
	padding: 0 10px;
}
.commentlist div.comment p {
	color: #353535;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}
.commentlist div.commentbtm {
	background: url(/images/comment.gif) no-repeat 0 0;
	height: 24px;
}
.commentlist div.commentdata {
	font-size: 11px;
	padding-top: 3px;
	text-align: right;
}
