﻿/* ------------ RESETEAR ALGUNOS ESTILOS PREDEFINIDOS DEL NAVEGADOR ------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}


/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    background-color: #F0F0F0;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #404040;
}

a:link {
    color: #c00000;
    text-decoration: none;
}

a:visited {
    color: #c00000;
    text-decoration: none;
}

a:hover {
    color: #8f0000;
    text-decoration: underline;
}

a:active {
    color: #8f0000;
    text-decoration: none;
}

a.nolink {
    color: #404040;
    text-decoration: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.2em;
}

p.sinmargen, ul.sinmargen {
    margin-bottom:0;
}

header, footer, nav, section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/

h1 {
    font-size: 1.4em;
    font-weight:normal;
    text-align:right;
    padding-bottom:2px;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color: #404040;
}

h2 { 
    font-size: 1.6em;
    font-weight: normal;
    display: inline-block;
    zoom: 1; /* Hack IE6, IE7 para inline-block */
    *display: inline; /* Hack IE6, IE7 para inline-block */
    height: 1.2em;
    border-style: solid;
    border-width:1px;
    padding: 10px 15px 10px 15px;
    color: #404040;
    background-color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
 }


h3 {       
    font-size: 1.6em;
    font-weight: normal;
    display: inline-block;
    zoom: 1; /* Hack IE6, IE7 para inline-block */
    *display: inline; /* Hack IE6, IE7 para inline-block */
    height: 1.5em;
    background-color: #C0C0C0;
    padding: 4px 10px 8px 15px;
    color: White;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    margin-left:10px;
}

h4 {
    font-size: 1.4em;
    font-weight:normal;
    margin-bottom: 5px;
}

h5 {       
    font-size: 1.6em;
    font-weight: normal;
    display: inline-block;
    zoom: 1; /* Hack IE6, IE7 para inline-block */
    *display: inline; /* Hack IE6, IE7 para inline-block */
    height: 1.3em;
    background-color: #666666;
    padding: 4px 10px 8px 15px;
    color: White;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    margin-left:10px;
}

h6 {
    font-size: 2em;
    font-weight:normal;
    padding-bottom: 10px;
    padding-top:5px;
    margin-bottom: 0;
}

h6 a:link, h6 a:visited {
    color: #404040;
    text-decoration: none;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F0F0F0;
}

header, #header {
    position: relative;
    padding: 0;
}

#main {
    margin-left:15px;
    margin-right:15px;
    margin-top:15px;
    margin-bottom:15px;
}

footer, #footer {
    background-color: #8f0000;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

/* MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 0px; /* !! NECESARIO PARA CENTRAR  */
    margin: 0;
    text-align: center;
}

ul#menu li {
    display: inline-block;
    zoom: 1; /* Hack IE6, IE7 para inline-block */
    *display: inline; /* Hack IE6, IE7 para inline-block */
    list-style: none;
    text-align: center;
    margin-right: 20px;
}

ul#menu li.last {
    margin-right: 0;
}

ul#menu li a {
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    background-color: #8f0000;
    color: White;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
}

ul#menu li a.selected {
    background-color: #c00000;
}

ul#menu li a:hover {
    background-color: #c00000;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #c00000;
    text-decoration: none;
}

a.doble {
    display: block;
}

.texttop {
    display: block;
    font-size: 2.5em;
    padding-top: 7px;
    padding-bottom: 12px;
}

.textbottom {
    display: block;
    font-size: 1em;
}

/* ENLACES PIE   
----------------------------------------------------------*/
ul#enlaces {
    padding: 0 0 2px; /* !! NECESARIO PARA CENTRAR  */
    margin: 0;
    text-align: center;
}

ul#enlaces li {
    display: inline-block;
    zoom: 1; /* Hack IE6, IE7 para inline-block */
    *display: inline; /* Hack IE6, IE7 para inline-block */
    list-style: none;
    text-align: center;
    margin-right: 70px;
}

ul#enlaces li.last {
    margin-right: 0;
}

ul#enlaces li a {
    text-decoration: none;
    color: White;
    font-size: 1.3em;
}

ul#enlaces li a:hover {
    text-decoration: none;
    color: #CCFF99;
}

ul#enlaces li a:active {
    text-decoration: none;
    color: #CCFF99;
}

#copyright {
    color: White;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, #menucontainer {
}

#title a {
    font-size: 1.6em;
    text-decoration: none;
    padding-left:8px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #808080;
}

#logindisplay a:link {
    color: #808080;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #808080;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: #808080;
    text-decoration: none;
}

#logotipo a {
    display: block;
    float: left;
    width: 315px;
    height: 55px;
    background: url('Images/Logo-315x55g.png') no-repeat left bottom;
}

#contacto a, #acceso a {
    font-size: 1.6em;
    display: block;
    float: right;
    padding-left: 60px;
}

#header-top {
    padding: 10px 20px 10px 20px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label {
    margin: 1em 0 0 0;
}

.display-field, .editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* INDEX  
----------------------------------------------------------*/


#index-izquierda {
    background-position: center top;
    display: block;
    float: left;
    width: 300px;
    height: 530px;
    background-image: url('Images/Foto1g.jpg');
    background-repeat: no-repeat;
}

#index-derecha {
    background-position: center bottom;
    display: block;
    float: right;
    width: 300px;
    height:530px;
    background-image: url('Images/Foto2g.jpg');
    background-repeat: no-repeat;
}

#index-centro {
    margin-left:300px;
    margin-right:300px;
}

#index-centro p {
    font-size: 1.2em;
}

ul.destacado {
    margin-bottom:5px;
    font-size:1.2em;
}

ul.promo {
    background: url('Images/promo-g.png') no-repeat 200px 0;
    margin-bottom: 5px;
    font-size: 1.2em;
    height: 67px;
    padding-top: 8px;
}

ul.destacado li, ul.promo li {
    background: url('Images/bul_red_5x5.gif') no-repeat 0 .5em;
    padding: 0 0 0 1em;
    list-style-type: none;
}

/* CONTACTO  
----------------------------------------------------------*/

#contacto-izquierda {
    display: block;
    float: left;
    width: 360px;
}

#contacto-mapa {
    margin-left:375px;
}

#map {
    width:550px;
    height:630px;
}

.grande {
    font-size:1.2em;
}

p a.botonGris {
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    background-color: #404040;
    color: White;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
}


p a:hover.botonGris {
    background-color: #666666;
}

/* HOSTING, COMERCIO ELECTRONICO Y PROGRAMACION  
----------------------------------------------------------*/

.content {
    margin-top:20px;
    margin-bottom:20px;
}

.content-left-wrap {
    float: left;
}

.content-left {
    float: none;
    width: 435px;
    text-align: justify;
}

.content-right {
    margin-left:485px;
    width: 435px;
    text-align: justify;
}

.content-left p, .content-right p {
    font-size: 1.2em;
}

#notas {
    background-color: #666666;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:20px;
    color: White;
    font-size:1.2em;
}
