/*  
Theme Name: El Gabinete del Dr. Césare
*/

html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

:focus { outline: 0; }



/* ********** Default fonts ********** */

body, input, select { font-family: Tahoma, Arial, Helvetica, sans-serif; }

textarea, pre, code { font-family: "Courier New", Courier, monospace; }



/*** ELEMENTOS DE TEXTO ***/


::selection {
	background: #F07746; /* Safari + Opera + Chrome */
	color: #fff;
	}
	
	
::-moz-selection {
	background: #F07746; /* Firefox */
	color: #fff;
}

p  { 
margin: 0 0px 1em 0px; 
text-align: left; 
line-height:1.4; 
}

p.last 		 { margin-bottom:0; }
p.first		 { margin-top:1em; }
p.img		 { float: right; margin:0 0 1em 1em; padding:0; }

strong           { font-weight: bold; }
em               { font-style: italic; }


/********* LINKS *********/

a:hover.web-work { 
background: green;
}

a:link, a:visited, a:focus, a:hover, a:active { 
color: #C74747; 
text-decoration: underline; 
cursor:pointer; 
padding: 3px;
}

a:hover	{ 
text-decoration:none; 
color: #C74747;
padding: 3px;
}


a:active, a:focus  { outline: 0; } /*Quita el borde en Firefox*/


/********* IMAGENES *********/

img { 
outline:0;
border:0; 
}

/******* FORMULARIOS *******/

form {
	margin: 0px 0px; 
	padding: 0px 0px 0px 0px;	
}

input, textarea {
        position: relative;
	margin: 0; padding: 5px;
	font: normal 11px Verdana, Arial;
	color: #333333;
        border: 1px #D9D9D9 solid;
	background: #FAFAFA;
        width: 100px;
	vertical-align: middle; /* alinea la flecha con este elemento */
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

input[type=text] {
        width: 290px; /* Para todos menos IE */
}

textarea {
        position: relative;
        top: 0px; left: 0px;
	width: 290px;	
	height: 270px;
	display: block;	
        margin-right: 0px;
        overflow: hidden;
}


input:focus, textarea:focus {
border: 1px solid #F07746;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}


.wpcf7-submit {
padding: 5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.wpcf7-submit:hover {
background-color: #F07746;
border: 1px solid #F07746;
color: #fff;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}



/********* LISTAS DENTRO DE UNA PAGE *********/

#content-page .post ul,
#content-page .post ol {
         margin: 12px 0px 10px 7px;
}


#content-page .post ul {
    list-style-type:none;
}

#content-page .post ul li,
#content-page .post ol li {
            line-height:20px;
}

ul li {
list-style-type: none;
list-style-image: none;
}

/* *************    PRINCIPAL   *************** */

body {
        background:#FFF5B0 url('images/fondo-gabinete-3.jpg') no-repeat;
        background-position: top center;
	color: #464646;
	font-size: 75%;
	text-align: left;
}


#navigation-bar {
	position:relative;
	left:710px;
	top:50px;
	overflow:hidden;
        float:left;
        clear: both;
}


/******* VERTICAL NAVIGATION BAR *******/

	ul#navigation-bar {	
		width:244px;
		list-style:none;
		height:376px
	}

	ul#navigation-bar li {
		display:block;
		text-indent:-9999px;
		text-decoration:none
	}

	ul#navigation-bar li a {
		width:244px;
		display:block
	}

	ul#navigation-bar  li a span {
		float:left;
		display:block
	}

	ul#navigation-bar li#navigation-bar-1 {
		height:39px;
		background:url(img/botonera-HOME-gabinete.png) no-repeat 0 0px
	}


	ul#navigation-bar li#navigation-bar-2 a {
		height:61px;
		background:url(img/botonera-HOME-gabinete.png) no-repeat 0 -39px
	}

	ul#navigation-bar li#navigation-bar-2 a:active,
	ul#navigation-bar li#navigation-bar-2 a:hover {
		background-position: -244px -39px
	}

	ul#navigation-bar li#navigation-bar-3 a {
		height:62px;
		background:url(img/botonera-HOME-gabinete.png) no-repeat 0 -100px
	}

	ul#navigation-bar li#navigation-bar-3 a:active,
	ul#navigation-bar li#navigation-bar-3 a:hover {
		background-position: -244px -100px
	}

	ul#navigation-bar li#navigation-bar-4 a {
		height:60px;
		background:url(img/botonera-HOME-gabinete.png) no-repeat 0 -162px
	}

	ul#navigation-bar li#navigation-bar-4 a:active,
	ul#navigation-bar li#navigation-bar-4 a:hover {
		background-position: -244px -162px
	}

	ul#navigation-bar li#navigation-bar-5 a {
		height:61px;
		background:url(img/botonera-HOME-gabinete.png) no-repeat 0 -222px
	}

	ul#navigation-bar li#navigation-bar-5 a:active,
	ul#navigation-bar li#navigation-bar-5 a:hover {
		background-position: -244px -222px
	}

	ul#navigation-bar li#navigation-bar-6 a {
		height:60px;
		background:url(img/botonera-HOME-gabinete.png) no-repeat 0 -283px
	}

	ul#navigation-bar li#navigation-bar-6 a:active,
	ul#navigation-bar li#navigation-bar-6 a:hover {
		background-position: -244px -283px
	}

	ul#navigation-bar li#navigation-bar-7 {
		height:60px;
		background:url(img/botonera-HOME-gabinete.png) no-repeat 0 -343px
	}




/*******************************************************************************************
**************************************** MAIN **********************************************/

#root-home {
    width:970px;
    margin:0 auto;
}

#repisa {
    overflow: hidden;
    padding-bottom: 45px;
}

#ocupado {
    overflow: hidden;
    position: relative;
    top: 130px;
left: 680px;
height: 93px;
width: 273px;
margin-bottom: -100px;
float: left;
}

#main-block-home {
    width:970px;
    margin:0 auto;
}

#content-page .post {
    overflow: hidden;
    padding-top: 0px;
    margin-top: 270px;
}


#content-page .post .content {
    padding:0px 0px;
    width: 970px;
    float: left;
}

#content-page p  { 
margin: 10px; 
}

#contacto {
    padding:8px 0px;
    width: 320px;
    float: right;
}


#texto {
    padding:8px 8px;
    width: 630px;
    float: left;
}


#texto p {
font-size: 13px; 
}


#tres-columnas {
    padding:0px 8px;
    width: 970px;
    float: left;
}


.faq {
    padding:0px 0px;
    width: 250px;
    float: left;
    vertical-align: top;
}

.faq a:visited { 
text-decoration:underline; 
color: #C74747;
padding: 3px;
}

.faq a:hover { 
text-decoration:none; 
color: white;
background: #F07746;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

.derecho-de-autor {
    padding:0px 7px 0 0;
    width: 320px;
    float: right;
    vertical-align: top;
}


.derecho-de-autor a:visited { 
text-decoration:underline; 
color: #C74747;
padding: 3px;
}

.derecho-de-autor a:hover { 
text-decoration:none; 
color: white;
background: #F07746;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}


.usuario-ie6 {
    padding:0px 0px;
    width: 380px;
    float: left;
    vertical-align: top;
}


.usuario-ie6 a:visited { 
text-decoration:underline; 
color: #C74747;
padding: 3px;
}

.usuario-ie6 a:hover { 
text-decoration:none; 
color: white;
background: #F07746;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}

#img-cache {
	display:none;
	overflow:hidden;
	height:0;
	width:0;
}


a, a:visited.naranja  { 
text-decoration:underline; 
color: #C74747;
padding: 3px;
}


a:hover.naranja  { 
text-decoration:none; 
color: white;
background: #F07746;
padding: 3px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}


.img-destacados {
border: 3px solid #ccc;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all v ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


.img-destacados:hover {
border: 3px solid #F07746;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}



/* *********** FOOTER *********** */ 


#footer-home {
width: 100%;
background-color: #6F6156;
border-top: 1px solid #514439;
padding: 15px 0px 5px 0px;
}

#footer-home p {
color: #fff;
text-align: center;
}

#footer-home a, a:visited {
color: #FFF5B0;
background: #6F6156; /* mismo color q el fondo para q funcione el fundido */
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#footer-home a:hover {
color: #fff;
padding: 3px;
text-decoration:none; 
background: #F07746;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}


/********* WORDPRESS ALIGNING *********/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 10px 0 10px;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}


/* ************************* LINK FX *********************** */

.hoverattribute-title {
display: inline;
	
}

.hoverattribute-attr {
display: inline;
clear: none;
}

.hoverattribute-highlight {
display: inline;
}


/* ******************** WE SPEAK ENGLISH ******************** */

#we-speak-english {
background-color: #F07746;
}

#we-speak-english p {
padding: 5px;
color: #fff;
text-align: center;
}
