﻿/* CSS Document */
body {
        background-color: #3A0000;
        margin: 0px;
}
a {
        text-decoration: none;
}
h1 {
        font-family: "Times New Roman", Times, serif;
        font-size: 1.6em;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #572520;
}
h2 {
        font-family: "Times New Roman", Times, serif;
        font-size: 1.4em;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #572520;
}
h3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.1em;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #572520;
}
h4 {
        font-size: 1em;
        font-weight: normal;
}
p {
        margin-top: 10px;
        margin-bottom: 10px;
}
img {
        border: 0px;
}


#body {
        width: 750px;
        margin-right: auto;
        margin-left: auto;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7em;
        background-color: #0C0300;
}
        /*Encabezado*/
        #header {
                padding-top: 6px;
                padding-bottom: 6px;
                padding-left: 16px;
                text-align: right;
                font-family: "Arial Narrow", Arial, Helvetica;
                font-size: 12px;
                font-weight: bold;
                color: #EAC051;
        }
        #logo {
                float: left;
                width: 200px;
        }

                #header #text{
                        padding-right: 20px;
                        text-align: left;
                        padding-left: 350px;
                        color: #EAC051;
                        font-size: 14px;
                        }
                .size1 {
                        font-size: 20px;
                        font-weight: ;
                }
					.size1 a {
							color: #EAC051;
							font-weight:bold;
							text-decoration: underline;
					}
			
					.size1 a:hover {
							text-decoration: none;
					}

        /*Imagen principal*/
        #image {
                height: 182px;
        }

        #imageHome {
                height: 285px;
        }

                #image img, #imageHome img {
                        float: left;
                }

        /*Menú principal*/
        #menu {
                background-color: #530800;
				color:#F4B102;
				font-family:Trebuchet MS,Lucida Grande MS,Arial, Helvetica, sans-serif;
                height: 19px;
                padding-top: 11px;
                padding-bottom: 11px;
                padding-left: 10px;
        }
                #menu ul {
                        list-style-image: none;
                        list-style-type: none;
                        margin: 0px;
                        padding: 0px;
                }
                #menu li {
                        float: left;
                        padding-right: 13px;
                        padding-left: 13px;
                        list-style-image: none;
                        list-style-type: none;
                }
                        #menu a:link, #menu a:visited {
								color:#F4B102;
								font-weight:bold;
								font-size:1.3em;
                        }
						#menu a:hover {
								color:#E6DBC5;
                        }
				#home a.home, #about a.about, #menupage a.menupage, #special a.special, #location a.location, #contact a.contact, #test a.test {
						color:#E6DBC5;
				}
                
        #main {
                padding: 20px 20px 20px 40px;
                background-image: url(images/fondo.jpg);
                background-position: 0px bottom;
                background-repeat: no-repeat;
                background-color: #CEBDAA;
        }
        #main a {
                color: #893130;
				font-weight:bold;
				text-decoration: underline;
        }

        #main a:hover {
				color: #893130;
				text-decoration: none;
		}
        /*contenidos home*/
        #homeContent {
                float: left;
                width: 300px;
                padding-right: 10px;
                padding-bottom: 10px;
                padding-left: 10px;
        }
        .homeBox {
                float: left;
                width: 150px;
                border-left-width: 1px;
                border-left-style: solid;
                border-left-color: #893130;
                padding-right: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
        }
        .borderRight {
                border-right-width: 1px;
                border-right-style: solid;
                border-right-color: #893130;
        }

        /*Submenu izquierdo de sección MENU*/
        #subMenu {
                float: left;
                width: 200px;
        }
                #subMenu li {
                        margin-top: 10px;
                        margin-bottom: 10px;
                }
                        #subMenu a {
                                font-size: 13px;
                                color: #5A2223;
                                font-family: "Arial Narrow", Arial, Helvetica;
                                font-weight: 600;
                        }
                        .click {
                                color: #3A0000;
                        }
                #advert {
                        border: 1px solid #572520;
						font-family: Arial, Helvetica, sans-serif;
						margin-left:25px;
						margin-bottom:20px;
						padding: 3px;
                        width: 140px;
                }
        /*Contenidos interiores*/
        #content {
                padding-top: 10px;
                padding-right: 50px;
                padding-bottom: 10px;
                padding-left: 50px;
        }
        #contentLeft {
                float: left;
                width: 200px;
        }
                #contentLeft img {
                        margin-top: 20px;
                }
        #contentRight {
                padding-right: 10px;
                padding-bottom: 10px;
                padding-left: 10px;
                margin-left: 200px;
        }
                /*menues guru*/
                #table1 td {
                        width: 200px;
                        vertical-align: top;
                        padding-right: 15px;
                }

                #listado {
                        text-align: justify;
                }
                        #listado h2{
                                margin-top: 20px;
                                margin-bottom: 5px;
                        }
                        #listado h2 a {
                                text-decoration: none;
                        }
                        #listado h3{
                                margin-bottom: 0px;
                                width:;
                        }
                        #listado h4 {
                                margin-top: 0px;
                                margin-bottom: 0px;
                                width:;
                        }
                        #listado p{
                                margin-top: 0px;
                                margin-bottom: 0px;
                                width:;
                        }
                        #table1 h4 {
                                margin-top: 0px;
                                margin-bottom: 0px;
                                width: 170px;
                        }
        /*Sección SITE MAP*/
        #siteMap {
                margin-left: 150px;
        }
                #siteMap a {
                        color: #572520;
                }

                /*Menu inferior*/
                #menuInf {
                        border-top-width: 1px;
                        border-top-style: solid;
                        border-top-color: #893130;
                        width: 650px;
                        margin-right: auto;
                        margin-left: auto;
                        padding-top: 4px;
                        padding-bottom: 4px;
                        padding-left:;
                        margin-top: 10px;
                        font-size: 11px;
                }
                #menuInf ul {
                        list-style-image: none;
                        list-style-type: none;
                        margin: 0px;
                        padding: 0px;
                }

                        #menuInf li {
                                float: left;
                                padding-right: 5px;
                                padding-left: 4px;
                                list-style-image: none;
                                list-style-type: none;
                        }
                                #menuInf img {
                                        margin-top: 4px;
                                        margin-bottom: 3px;
                                }
                                #menuInf a {
                                        color: #893130;
                                }
        /*pie de página*/
        #footer {
                width: 750px;
                margin-right: auto;
                margin-left: auto;
                color: #F4B102;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 11px;
                text-align: center;
                height: 20px;
                padding-right: 10px;
                padding-bottom: 10px;
        }
        #footer a {
                /*color: #FDBE01;*/
				color:#E6DBC5;
				font-weight:bold;
				text-decoration: underline;
        }

        #footer a:hover {
				text-decoration: none;
		}
.clear {
        clear: both;
}
.strike {
text-decoration: line-through;
}
