@charset "UTF-8";
/* Estructura y diagramacion */

#maincontainer {
	width: 960px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color:#FFFFFF;
	height:100%;
}

#header {
	background-image:url(../images/header.jpg);
	height:130px;
	width:960px;
}

#contentwrapper {
	width: 940px;
	margin: 0 auto; /*Center container on page*/
}

#left_column {
	float: left;
	width: 600px;
	padding-right:15px
}

#right_column {
	width:286px;
	float:right;
	padding-right:35px
}

#footer {
	clear: left;
	width: 940px;
	text-align: center;
	margin: 0 auto;
	height: 190px;
	font-size: 10px;
}

/* Etiquetas estandar*/

body {
	margin:0 0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.gif) repeat-x #00b7ea;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:#006b93;
	margin:0 0
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#006b93;
	margin:0 0
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	margin:0 0
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:#cd2929;
	margin:0 0;
	text-align:center
}

p {
	color:#333333;
	font-size:11px;
	text-align:justify;
	margin:0 0;
	padding-bottom:10px
}

ul{
	padding-left:30px;
	color:#333333;
	font-size:11px;
	text-align:justify;
	margin:0 0;
}

#tweet{
	font-size:11px;
	width:280px;
	margin-left: -15px;
	text-align:justify;
}

#tweet ul{
	list-style:none;
	margin: 0 0;
	padding-top:10px
}

#tweet li{
	border-bottom:dotted #006b93 2px;
	margin: 0;
	padding: 5px 0px
}

#tweet a:link, .enlace a:visited, .enlace a:active{
	font-size:9px;
	font-weight:bold;
	color:#006b93;
	text-decoration:none
}

#tweet a:hover{
	text-decoration:underline
}

/* Etiquetas genericas*/

.titulo-footer {
	font-weight:bold;
	color:#006b93
}
.incluye {
	color:#004964;
	font-size:12px;
	text-align:justify
}

.clear {
	clear:both
}
.count {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	color:#000033;
	font-weight:bold;
	display:block;
	padding:2px 2px;
	width:270px;
	text-align:center
}

.count-contact {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#000033;
	font-weight:bold;
	display:block;
	padding:2px 2px;
	width:330px;
	text-align:center;
	margin:0 auto;
	padding-top:40px
}

.titulo-incluye{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#f61500;
	font-weight:bold;
	display:block;
}

.call-in{
	height:30px;
	width:500px;
	background:url(../images/bg_orlando.gif) repeat-x;
	color:#F0DB34;
	font-weight:bold;
	font-size:16px;
	padding-left: 10px;
	padding-right: 10px;
}


.titulo-item{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#006b93;
	font-weight:bold;
}

.titulo-precio{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#cd2929;
	margin:0 0;
}

.callers{
	height:30px;
	width:665px;
	background:url(../images/bg_orlando.gif) repeat-x;
	color:#F0DB34;
	font-weight:bold;
	font-size:20px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Navegacion */

.link-footer a:link, .link-footer a:visited, .link-footer a:active {
	font-size:10px;
	color:#006b93;
	text-decoration:none;
}
.link-footer a:hover {
	text-decoration:underline;
}
.menu a:link, .menu a:visited, .menu a:active {
	font-size:13px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
}
.menu a:hover {
	color:#167693
}
.titulos a:link, .titulos a:visited, .titulos a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#006b93;
	margin:0 0;
	text-decoration:none
}
.titulos a:hover {
	text-decoration:underline
}

.terms a:link, .terms a:visited, .terms a:active {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	margin:0 0;
	text-decoration:none
}
.terms a:hover {
	text-decoration:underline
}
