@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/* ****************************** GENERAL ****************************** */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#595a5e;
	background:url(http://www.plasmacirujanos.com/prueba/images/fondo.jpg);
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.clear {
	clear:both;
	}
h1, h2 {
	margin:0;
	}
img {
	border:none;
	}
.anim {
	-moz-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	}
#main {
	width:100%;
	height:auto;
	}
.mas_info2 {
	display:block;
	width:210px;
	height:60px;
	margin:10px auto 0px auto;
	background:url(../images/pida-info.jpg) no-repeat;
	}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/



/* -------------------------------------------------- DISEÑO MOVIL -------------------------------------------------- */

/* ******************** HEADER ******************** */
#header_box {
	position:relative;
	display:block;
	width:320px;
	height:430px;
	margin:0 auto;
	background:url(../images/fondo_cabecera.png) center top no-repeat;
	}


/* ---------- REDES ---------- */
#redes {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:60px;
	background:#92011a;
	}
#redes h1 {
	display:none;
	}
#redes h2 {
	margin-top:30px;
	}
#redes h1, #redes h2 {
	text-align:left;
	font-size:15px;
	color:#fff;
	margin-left:20px;
	}
.btn_idioma, .btn_home  {
	display:block;
	width:20px;
	height:15px;
	float:right;
	margin:30px 10px 0px 0px;
	}
.btn_idioma:hover, .btn_home:hover {
	}
.btn_home {
	background:url(../images/ico_home.png) no-repeat;
	}
.btn_idioma {
	background:url(../images/ico_usa.png) no-repeat;
	}
.btn_promos {
	z-index:1;
	position:absolute;
	display:block;
	width:100px;
	height:100px;
	left:95px;
	margin-top:-10px;
	background:url(../images/promociones_ribbon.png) no-repeat;
	}
.blk_tel {
	display:none;
	}


/* ---------- LOGO ---------- */
#logo a {
	position:absolute;
	top:80px;
	left:20px;
	display:block;
	width:280px;
	}


/* ---------- MENÚ ---------- */
#menu {
	position:relative;
	top:160px;
	}
#menu h1 a {
	display:inline-block;
	width:260px;
	margin-left:30px;
	padding:5px 0px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:15px;
	color:#92011a;
	}
#menu h1 a:hover {
	color:#fff;
	background:#92011a;
	}
.div_red {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	height:5px;
	background:#92011a;
	}





/* ******************** CONTENIDOS ******************** */
#content_box {
	width:320px;
	margin:0 auto;
	}

/* ---------- LATERAL ---------- */
#box_lateral {
	float:left;
	width:260px;
	border:#dcdbdb solid 10px;
	padding:20px;
	background:#fff;
	}
.titulo_bold {
	display:block;
	margin-bottom:20px;
	font-size:23px;
	color:#92011a;
	}
#box_submenu {
	background:url(../images/div_hor.png) bottom repeat-x;
	padding-bottom:20px;
	}
#box_submenu h1 a strong {
	display:block;
	text-decoration:none;
	cursor:pointer;
	font-size:25px;
	color:#595a5e;
	padding:3px 0px 3px 25px;
	background:url(../images/ico_menu_08.png) left no-repeat;
	}
#box_submenu span h1 a {
	display:block;
	text-decoration:none;
	font-size:16px;
	color:#595a5e;
	padding:1px 0px 1px 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
#box_recomendacion {
	background:url(../images/div_hor.png) bottom repeat-x;
	padding-bottom:20px;
	}
#box_recomendacion img {
	margin:0px 0px 10px 5px;
	}
#box_recomendacion a {
	float:right;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:10px;
	margin:10px 0px;
	background:#92011a;
	}
#box_data {
	padding-top:20px;
	}
#box_data strong {
	font-size:18px;
	color:#92011a;
	}
#box_data a {
	text-decoration:none;
	color:#92011a;
	font-weight:bold;
	}

/* ---------- CONTENIDOS ---------- */
#box_contents {
	position:relative;
	float:left;
	width:280px;
	border:#dcdbdb solid 10px;
	padding:10px 10px 20px 10px;
	margin-bottom:30px;
	background:#fff;
	} 
#img_seccion {
	width:280px;
	}
.titular {
	display:block;
	margin-top:10px;
	font-size:22px;
	}
.titular strong {
	color:#92011a;
	}
.subtitular {
	display:block;
	font-size:17px;
	}
#box_text {
	position:relative;
	text-align:justify;
	}
#box_text a {
	display:block;
	text-decoration:none;
	color:#595a5e;
	font-size:25px;
	}





/* ******************** FOOTER ******************** */
#footer_box {
	width:320px;
	height:80px;
	padding-top:20px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	}
#footer_box a {
	text-decoration:none;
	font-weight:bold;
	color:#92011a;
	}

/* ---------- MENÚ ---------- */
#footer_menu {
	display:none;
	}





/* -------------------------------------------------- DISEÑO ESCRITORIO -------------------------------------------------- */

@media only screen and (min-width: 769px) {
/* ******************** HEADER ******************** */
#header_box {
	position:relative;
	width:1000px;
	height:140px;
	}
.mas_info2 {
	}
.mas_info2:hover {
	background:url(../images/pida-info-over.jpg) no-repeat;
	}



/* ---------- REDES ---------- */
#redes {
	top:10px;
	right:20px;
	width:auto;
	height:auto;
	background:none;
	}
#redes h1 {
	display:block;
	}
#redes h2 {
	margin-top:0;
	}
#redes h1, #redes h2 {
	text-align:right;
	font-size:18px;
	color:#92011a;
	margin-left:0;
	}
.btn_idioma, .btn_home {
	margin:6px 0px 30px 10px;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	}
.btn_idioma:hover, .btn_home:hover {
	opacity:0.5;
	}
.btn_home {
	background:url(../images/ico_home_red.png) no-repeat;
	}
.btn_idioma {
	background:url(../images/ico_usa_red.png) no-repeat;
	}
.btn_promos {
	left:530px;
	}
.btn_promos:hover {
	margin-top:-15px;
	}
.blk_tel {
	display:block;
	}


/* ---------- LOGO ---------- */
#logo a {
	top:10px;
	width:404px;
	height:92px;
	}


/* ---------- MENÚ ---------- */
#menu {
	top:110px;
	}
#menu h1 a {
	float:left;
	background:url(../images/ico_menu_08.png) center left no-repeat;
	width:auto;
	margin-left:0;
	padding:5px 10px 5px 31px;
	color:#92011a;
	}
#menu h1 a:hover {
	color:#fff;
	background:#92011a url(../images/ico_menu_09.png) center left no-repeat;
	}
.div_red {
	position:absolute;
	bottom:0;
	display:block;
	width:100%;
	height:5px;
	background:#92011a;
	}





/* ******************** CONTENIDOS ******************** */
#content_box {
	width:1000px;
	}

/* ---------- LATERAL ---------- */
#box_lateral {
	float:left;
	width:250px;
	border-right:#dcdbdb solid 5px;
	}
.titulo_bold {
	}
#box_submenu {
	}
#box_submenu h1 a strong {
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	}
#box_submenu h1 a strong:hover {
	padding:3px 0px 3px 30px;
	opacity:0.5;
	}
#box_submenu span h1 a {
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	}
#box_submenu span h1 a:hover {
	padding:1px 0px 1px 40px;
	opacity:0.5;
	}
#box_recomendacion {
	}
#box_recomendacion img {
	margin:0px 0px 10px 0px;
	}
#box_recomendacion a {
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	}
#box_recomendacion a:hover {
	padding:10px 15px;
	background:#c9002f;
	}
#box_data {
	}
#box_data strong {
	}
#box_data a {
	}
#box_data a:hover {
	color:#c9002f;
	}

/* ---------- CONTENIDOS ---------- */
#box_contents {
	position:relative;
	float:right;
	width:640px;
	border-left:#dcdbdb solid 5px;
	padding:20px;
	margin-bottom:60px;
	} 
#img_seccion {
	width:670px;
	}
.titular {
	font-size:30px;
	}
.titular strong {
	}
.subtitular {
	font-size:20px;
	}
#box_text {
	}
#box_text a {
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	}
#box_text a:hover {
	padding-left:10px;
	opacity:0.5;
	}





/* ******************** FOOTER ******************** */
#footer_box {
	width:1000px;
	}
#footer_box a {
	}
#footer_box a:hover {
	color:#c9002f;
	}

/* ---------- MENÚ ---------- */
#footer_menu {
	display:block;
	padding-bottom:10px;
	}
}