@charset "utf-8";

/* reset */

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;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* custom */

body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

a {
	text-decoration: none;
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:hover {
	color: #BD5A26;
}

a:active {
	color: #BD5A26;
}

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	color: #FFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 14px;
	color: #BD5A26;
	font-weight: bold;
}

/* containers */

#franja {
	width: 780px;
	height: 5px;
	background-color: #E7E7E7;
}

#cabecera {
	width: 780px;
}

#logo {
	margin-left: 60px;
	float: left;
}

#idiomas {
	float: right;
	margin-right: 50px;
	font-size: 11px;
}

#idiomas ul li {
	float: left;
	margin-right: 20px;
	margin-top: 32px;
}

#gris {
	clear: both;
	width: 780px;
	height: 80px;
	background-color: #545454;
}

#llamada {
	width: 175px;
	float: left;
	margin-left: 55px;
	margin-top: 20px;
}

#foto {
	float: right;
	margin-right: 70px;
}

#container {
	width: 780px;
	margin-top: 5px;
	overflow: auto;
}

#dcha {
	width: 470px;
	float: right;
	margin-top: 35px;
	margin-right: 70px;
	line-height: 20px;
}

#dcha ul li a{
}

#izda {
	width: 215px;
	border-right: #E7E7E7 1px solid;
	padding-right: 5px;
}

#navigation {
	width: 140px;
	padding-top: 20px;
	margin-left: 70px;
	font-size: 10px;
}

#navigation ul li {
	padding: 5px;
	border-bottom: #E7E7E7 1px solid;
}

#navigation ul li a.current {
	color: #BD5A26;
}

#telefono {
	width: 135px;
	padding-top: 20px;
	margin-left: 75px;
	font-size: 10px;
}

#telefono a {
	color: #BD5A26;
}

#telefono a:hover {
	color: #333;
}

#pie {
	width: 780px;
	margin-top: 15px;
	padding-top: 5px;
	margin-left: 75px;
	font-size: 10px;
	border-top: #E7E7E7 1px solid;
}

#sala {
	width: 450px;
	margin-top: 5px;
	padding: 5px;
	border-top: #E7E7E7 1px solid;
	overflow: auto;
}

/* styles */

.photo {
	margin-left: 5px;
	padding: 5px;
	border: #E7E7E7 1px solid;
}

.photo:hover {	
	margin-left: 5px;
	padding: 5px;
	border: #BD5A26 1px solid;
	visibility: 20;
}

.photoP {
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: #E7E7E7 1px solid;
}

.photoP:hover {	
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: #BD5A26 1px solid;
	visibility: 20;
}

.icono {
	margin-right: 5px;
	float: left;
}
