@font-face {
        font-family: "traditional_sans";
        src: url("http://www.ceideleste.com/TraditionSansXLight.ttf")
      }


body
{
    	margin:0;
    	padding:0;
   	text-align:center;
	background-color:#FFFFFF;
	font-family: "traditional_sans", serif;
}

#content
{
	margin:auto;
	width:800px;

    	background-color: #FFFFFF;
    	background-repeat:repeat-x;
    	background-repeat:repeat-y;
}

#cabecera 

{
	width: 800px;
    	height:100px;
	background-color: transparent;
	text-align:center;
}

#menu 

{
	width:200px;
	height:450px;
    	float:left;
    	background-color: #FFFFFF;
    	background-repeat: repeat;
	text-align: left;
}

#contenido 
{
	width:600px;
    	float:left;
    	background-color: transparent;
    	background-repeat: repeat;
    	font-family: verdana;
	text-align: left;
}

#pie 
{
	clear:both;
    	width:800px;
    	height:50px;
	background-color: transparent;
    	background-repeat:repeat-x;
    	text-align:center;
    	text-align: center;
}

#navi
{
list-style: none;
margin:0;
padding:5;
font-family: "arial",sans;
}

#navi li {
	margin:2px;
	padding:2px;
	border:1px;
	border-style: solid;
	border-color: #CCCCCC;
	}

#navi li a {	
	text-decoration:none;
	color:#444444;	
	font-family: "arial", sans;
	font-size: 11pt;
	}

#navi li a:hover {
	text-decoration:underline;
	color: #A4A4A4 ;
	font-family: "arial", sans;
	font-size: 11pt;

	}
p.info_cirugias {
text-align: justify;
}

h4.contacto {
	font-size: 11pt;
	font-style: normal;
	color: #444444 ;
}