﻿@font-face {  
  font-family: "MyriadPro"; 
  src: url( /fonts/MyriadPro-Regular.eot ); /* IE */  
  src: url( /fonts/MyriadPro-Regular.ttf ); /* non-IE */  
}

@font-face {  
  font-family: "MyriadPro";  
  font-weight: bold;
  src: url( /fonts/MyriadPro-Bold.eot ); /* IE */  
  src: url( /fonts/MyriadPro-Bold.ttf ); /* non-IE */  
}

@font-face {  
  font-family: "MyriadProCond"; 
  src: url( /fonts/MyriadPro-BoldCond.eot ); /* IE */  
  src: url( /fonts/MyriadPro-BoldCond.ttf ); /* non-IE */  
}

@font-face {  
  font-family: "EurostarNVN"; 
  src: url( /fonts/Eurostar.eot ); /* IE */  
  src: url( /fonts/Eurostar.ttf ); /* non-IE */  
}

@font-face {  
  font-family: "EurostarNVN";
  font-weight: bold;
  src: url( /fonts/Eurostarblack.eot ); /* IE */  
  src: url( /fonts/Eurostarblack.ttf ); /* non-IE */  
}

body
{
    margin: 0 auto 0 auto;
    padding: 0px;
    font-family: Tahoma;
    font-size: 11px;
    background-image: url(../Images/Master/fondo.jpg);
    background-repeat: repeat-x;
}

#titulo
{
	background-image: url(../Images/Master/fondo-titulo.jpg);
	background-repeat: repeat-x;
	height: 16px;
	padding: 12px;
	color: White;
}

#titulo h3
{
	font-size: 14px;
	font-weight: bold;
}

#contenido
{
	background-color: White;
	padding: 20px;
}

.boton
{
	padding: 5px;
    background-color: #e4e4e4;
    border: solid 1px #d2d1b5;
    border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

.boton:hover
{
	color: White;
    background-color: black;
}

.boton-blanco
{
	padding: 5px;
    background-color: #ffffff;
    border: solid 1px #d2d1b5;
    border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-decoration: none;
}

.boton-blanco:hover
{
	color: white;
    background-color: black;
}


.boton-naranja
{
	padding: 5px;
	border: solid 1px #d2d1b5;
	color: #e17513;
	text-decoration: none;
}

.boton-naranja:hover
{
	padding: 5px;
	border: solid 1px #d2d1b5;
	color: #e17513;
	text-decoration: none;
	background-color: #d2d1b5;
}

h4
{
	font-size: 12px;
	padding-top: 10px;
	padding-bottom:10px;
	font-weight: bold;
}

#contenido p
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#contenido ul
{
	padding: 5px;
}

#contenido li
{
	padding: 2px;
}

strong
{
    font-weight: bold;
}

a
{
    color: #000000;
}
