/* http://www.pixea.com.mx/ || Diseño gráfico || Lorena Salas & Lino Ramírez */

/*Formatos generales*/
*{
	margin:0;
	padding:0;
	color:#32224a;
	font:1em 'Calibri', 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	}
	.tabbed{
		margin:0 0 0 30px;
		}
body {
	padding: 0;
	margin: 0;
	background: #fff url(medimg/bg_med.gif) repeat-x center bottom;
	width: 100%;
	display:table;
	}
p{
	color:#32224a;
	font:.95em 'Calibri', 'Helvetica Neue', Helvetica, Verdana, sans-serif;
	padding:0 0 0 30px;
	}
	.italic{
	font-style:italic;
	}
/*Links*/
a:hover{
	font-weight:bold;
	text-decoration:none;
	}
/*Secciones*/
#container{
	width:906px;
	height:850px;
	margin:0 auto;
	padding:0;
	position:relative;
	overflow:hidden;
	}
#logo{
	position:absolute;
	top:10px;
	height:92px;
	width:218px;
	margin:0;
	padding:0;
	border:none;
	}
#slogan{
	background:url(medimg/slogan.gif) no-repeat;
	position:absolute;
	right:0;
	top:74px;
	height:28px;
	width:304px;
	}
#spacer{
	height:122px;
	}
#banner{
	background:url(medimg/banner.jpg) no-repeat;
	height:266px;
	width:905px;
	top:50px;
	}
#textholder{
	clear:left;
	margin:20px 0 0;
	width:100%;
	}
#text-left{
	position:absolute;
	padding:0 30px 0 10px;
	left:0;
	width:413px;
	}
	#titulo1{
	background:url(medimg/especialistas.gif) no-repeat;
	width:225px;
	height:17px;
	margin:0 0 15px;
	}
#text-right{
	position:absolute;
	padding:0 10px 0 30px;
	right:0;
	width:413px;
	}
	#titulo2{
	background:url(medimg/ofrecemos.gif) no-repeat;
	width:133px;
	height:17px;
	margin:0 0 15px;
	}
#footer{
	font-size:.8em;
	position:absolute;
	width:100%;
	text-align:center;
	padding:.3em 0;
	bottom:0px;
	}
/*Form*/
#form{
	width:370px;
	height:auto;
	}
	input, textarea{
		width:18em;
		border:thin solid #afbfd5;
		margin:0 0 1px;
		background-color:#fff;
		color:#32224a;
		font:1em 'Calibri', 'Helvetica Neue', Helvetica, Verdana, sans-serif;
		}
	input:hover,
	textarea:hover,
	input:focus,
	textarea:focus{
		background-color:#CCEDF2;
		}