﻿/***************************************** FORMATEO DE TEXTOS*/

body		{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	background-image:url("../img/grounds/page.jpg");
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#6F8EAE;
	color:#818181;
	}

h1				{
	font-size:30px;
	width:550px;
	text-align:right;
	color:#0070B2;
	font-weight:bold;
	margin:3px 10px 0px 0px !IMPORTANT;
	margin:3px 5px 0px 0px;
	padding:0px;
	float:right;
	clear:both;
	text-transform:lowercase;
	}

h2				{
	font-size:16px;
	color:#0070B2;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	text-transform:lowercase;
	}

h3				{
	font-size:18px;
	font-weight:bold;
	color:#B4B4B4;
	padding:0px;
	margin:0px 0px 5px 0px;
	}

p              {
	padding:0px;
	margin:0px 0px 5px 0px;
	}

i				{
	font-size:11px;
	}

ol				{
	margin:20px;
	padding:0px;
	}

sup				{
	font-size:.8em;
	}

#contents ul           	{
	margin:5px 0px 5px 15px;
	padding:0px;
	}

#contents li				{
	list-style-type:none;
	list-style-image:none;
	margin:0px 0px 10px 0px;
	background-image:url("../img/bullets/ul.gif");
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 10px;
	}

#contents ul  li ul li	{
	background-image:url("../img/bullets/ul_ul.gif");
	background-position:left;
	background-repeat:no-repeat;
	}

#contents .elemizq li				{
	list-style-type:none;
	list-style-image:none;
	margin:0px 0px 5px 0px;
	background-image:url("../img/bullets/ul.gif");
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 10px;
	}

.tablacrec	{
	float:left;
	margin:0px 10px 0px 0px;
	}

.elemizq	{
	float:left;
	margin:0px 10px 0px 0px;
	}

.elemizq2	{
	float:left;
	margin:0px 2px 0px 0px;
	}

.elemdcha	{
	float:right;
	margin:10px 0px 10px 10px;
	}

.elemcentro	{
	margin:10px auto 10px auto;
	text-align:center;
	}

.carro		{
	clear:both;
	}

.centro		{
	text-align:center;
	}

.doctor		{
	color:#0070B2;
	font-size:13px;
	font-weight:bold;
	}

.blue		{
	color:#0070B2;
	font-size:12px;
	}

.orange		{
	color:#FFB502;
	}

.white		{
	color:#FFF;
	font-size:22px;
	}

#footer a, #footer a:link, #footer a:visited	{
	color:#FFB502;
	text-decoration:underline;
	}

#footer a:hover	{
	text-decoration:none;
	color:#FFF;
	}

a, a:link, a:visited	{
	color:#FFB502;
	text-decoration:underline;
	}

a:hover	{
	text-decoration:none;
	color:#0070B2;
	}

.bub01 a, .bub01 a:link, .bub01 a:active, .bub01 a:visited	{
	text-decoration:none;
	color:#818181;
	}

.bub01 a:hover	{
	text-decoration:none;
	color:#FFB502;
	}

.bub02 a, .bub02 a:link, .bub02 a:active, .bub02 a:visited	{
	text-decoration:none;
	color:#818181;
	}

.bub02 a:hover	{
	text-decoration:none;
	color:#FFB502;
	}

.bub03 a, .bub03 a:link, .bub03 a:active, .bub03 a:visited	{
	text-decoration:none;
	color:#818181;
	}

.bub03 a:hover	{
	text-decoration:none;
	color:#FFB502;
	}
strong			{
	color:#13396D;
	}

input, select {
	background-image:url("../img/grounds/gr_input.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	border:1px solid #B4B4B4;
	margin:0px;
	padding:0px;
	height:16px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	}

.error		{
	background-image:url("../img/icons/error.gif");
	background-position:left;
	background-repeat:no-repeat;
        background-color:#EE0241;
	padding:10px 0px 10px 55px;
        margin-bottom:10px;
        color:white;
	}

.in_error		{
	background-image:url("../img/grounds/gr_input_error.gif");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	width:85px;
	}

.in_error2		{
	background-image:url("../img/grounds/gr_input_error.gif");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	width:77px;
	}

.in_error3		{
	background-image:url("../img/grounds/ground_home.gif");
	background-position:left;
	background-repeat:no-repeat;
	padding-left:18px;
	width:177px;
	}

.in_error_select		{
	background:#FF5353;
        width:105px;
	}

.in_center		{
	float:none;
	text-align:center;
	display:table-column;
	}

.noborder {
	border:0px;
	background-image:none;
	}

textarea	{
	border:1px solid #B4B4B4;
	margin:0px;
	padding:0px;
	height:100px;
	width:310px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	}

.bttn		{
	border:1px solid #6F8EAE;
	margin:0px 5px;
	padding:0px;
	width:auto;
	height:22px;
	text-align:center;
	color:#13396D;
	font-size:11px;
	font-weight:bold;
	background-image:url("../img/grounds/gr_bttn.gif");
	background-repeat:repeat-x;
	background-position:left top;
	}

.bttn_catalog		{
	border:1px solid #6F8EAE;
	margin:auto;
	padding:0px;
	width:109px;
	height:22px;
	text-align:center;
	color:#13396D;
	font-size:11px;
	font-weight:bold;
	background-image:url("../img/grounds/gr_bttn.gif");
	background-repeat:repeat-x;
	background-position:left top;
	float:none;
	}

.de100		{
	width:80px;
	height:20px;
	}

.de100col2		{
	width:80px;
	height:20px;
	margin-left:15px;
	}

.de300		{
	width:250px;
	height:20px;
	}

.de90		{
	width:105px;
	}

.de10		{
	width:4px;
	height:10px;
	padding:0px;
	float:left;
	}

.break		{
	width:100%;
	height:20px;
	clear:both;
	}

label		{
	padding:2px 5px;
	float:left;
	}

.txtinput	{
	float:left;
	}

/****************************************************** las tablas  */

table		{
	border:1px solid #B4B4B4;
	padding:5px;
	margin:auto;
	background-color:#FFF;
	width:100%;
	}

th			{
	font-weight:bold;
	text-align:center;
	background-color:#EDEDED;
	}

td			{
	text-align:center;
	}

td.right                {
        text-align:right;
        }

#piedefoto			{
	width:100px;
	height:150px;
	margin:5px 5px 5px 5px;
	padding:0px;
	float:left;
	}

.calculadora {
	border:0px;
	width:20px;
	height:16px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	background-image:none;
	background-color:#D7E0E9;
	text-align:center;
	float:none;
	color:#818181;
	font-weight:bold;
	}

.fondoregla		{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	background-image:url("../img/grounds/fondo_regla.gif");
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#6F8EAE;
	color:#818181;
	}

/*
.section a, .section a:link, .section a:visited	{
	color:#000;
	text-decoration:none;
	}

.section a:hover	{
	text-decoration:none;
	color:#F60040;
	}

#main a, #main a:link, #main a:visited	{
	color:#000;
	text-decoration:underline;
	}

#main a:hover	{
	text-decoration:none;
	color:#F60040;
	}






.de100  {
    width:80px;
    height:20px;
  }

p.entradilla:first-letter {
	color:#003066;
	font-size:600%;
	font-weight:bold;
	float:left;
	text-transform:uppercase;
	margin-right:5px;
	}*/

