﻿*
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	width:100%;
	height:100%;
	background-color:#ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
	font-size: 12px;
}

@font-face {
    font-family: customFont1;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/din1451engschrift-webfont.eot');
    src: local('din1451engschrift-webfont'), url('/fonts/din1451engschrift-webfont.ttf') format('truetype');
}


.cabecera_container
{
	background-color: #ffffff;
	padding-bottom: 5px;
}

#pCabecera
{
	width:1000px;
	margin:0px auto 0px auto;
	padding-top: 10px;
}

.publi_cabeceraContainer
{
	background-color: #ffffff;
}

#pPubliCabecera
{
	width: 1000px;
	margin: 0px auto 0px auto;
	display: block;
	text-align: center;
}
#pPubliCabecera img
{
	max-width: 1000px;
}

.publi_footerContainer
{
	background-color: #ffffff;
}

#pPubliFooter
{
	width: 1000px;
	margin: 0px auto 0px auto;
	margin-bottom: 20px;
	background-color: #ffffff;
	display: block;
	text-align: center
}
#pPubliFooter img
{
	max-width: 1000px;
}


.tabCabecera
{
	width:100%;
}
.tabCabecera td.logo
{
}
.tabCabecera td.user
{
	color: #BA0000;
	vertical-align: top;
	text-align: right;
	padding: 0px 5px 0px 0px;
	height: 10px;
}
.tabCabecera td.seccTitle
{
	color: #BA0000;
	vertical-align: top;
	text-align: right;
	height: 24px;
	padding: 0px 5px 0px 0px;
	font-size: 24px;
	
}
.tabCabecera td.user
{
	height: 54px;
}

.tabCabecera td.user a
{
	color: inherit;
	text-decoration: inherit;
}
.tabCabecera tr.telefono
{
	vertical-align: bottom;
}
.tabCabecera tr.horario
{
}
.tabCabecera td.telefono
{
	font-family: customFont1, Arial, Sans-Serif;
	color: #BA0000;
	text-align: right;
	vertical-align:text-bottom;
	padding-bottom: 0px;
	padding-right: 5px;
}

.tabCabecera td span.telefono_titulo
{
	color: #BA0000;
	font-size: 16px;
	margin-right: 15px;
}

.tabCabecera td span.telefono_numero
{
	font-family: customFont1, Arial, Sans-Serif;
	font-size: 32px;
}

.tabCabecera td.horario
{
	font-family: Arial, 'Sans Serif';
	color: #444849;
	text-align: right;
	font-size: 10px;
	padding-right: 5px;
	vertical-align: top;
	text-transform: lowercase;
}
.tabCabecera td.horario:first-letter
{
	text-transform: inherit;
}


.tabCabecera td.user a:hover
{
	text-decoration: underline;
}

.menuPrincipalOuter
{
	width: 100%;
	display: block;
	background-color: #ffffff;
	/*background-image: url('bg_mainmenu.png');
	background-repeat: repeat-x;
	background-position: 0 0px;*/
}

.pie_container
{
	background-color: #ffffff;
}

#pFooter
{
	width:1000px;
	margin:0px auto 0px auto;
	text-align: center;
	color: #000000;
	border-top: solid 4px #BA0000;
}
.footer_links
{
	margin: 20px auto 0px auto;
	display: block;
}
.footer_links ul li
{
	display: inline;
	list-style: none;
	border-left: 1px solid #000000;
	padding: 5px 20px 5px 20px;
}
.footer_links ul li.first
{
	border-left: none;
}

.footer_copyright
{
	margin: 30px auto 30px auto;
	display: block;
}
.footer_copyright ul li
{
	display: inline;
	list-style-type: circle;
	padding: 5px 30px 5px 30px;
}
.footer_copyright ul li.first
{
	list-style-type: none;
}

.footer_links a, .footer_links a:link, .footer_links a:visited
{
	color: inherit;
	text-decoration: none;
}
.footer_links a:hover, .footer_links a:active
{
	text-decoration: underline;
}

.footer_copyright a, .footer_copyright a:link, .footer_copyright a:visited
{
	color: inherit;
	text-decoration: none;
}
.footer_copyright a:hover, .footer_copyright a:active
{
	text-decoration: underline;
}
