/******************************************/
/* ya.com.hispatienda.es                 	*/
/* ===========================            */ 
/* Copyright (c) ADSLzone                 */
/* Package Version: 2.0                   */
/* http://www.adslzone.net                */
/******************************************/
/* Archivo: framework-css.php */

/* Tag Reset */

ul, li {
	margin:0;
	padding:0; 
}

a {

}

/* ----- CSS ----- */

body {
	margin: 0;
	min-width: 758px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FFFFFF url(../images/background.jpg) repeat-x top;
}
/* ----- IDS ----- */

#top {
	clear: both;
	height: 5px;
	margin: 0;
	background: #ff0066;
}

#container {
	width: 758px;
	background: #FFFFFF;
	border: 1px solid #cccccc;
	margin: auto;
}

	#logo {
		width: 749px;
		height: 100px;
		margin: auto;
		background: #FFFFFF url(../images/logo.png) repeat-x top;
	}
	
	#subcontainer {
		width: 749px;
		height: 400px;
		background: #FFFFFF;
		margin: auto;
	}
	
		#left {
			float: left;
			background: #FFFFFF;
			width: 575px;
		}
		
		#right {
			float: right;
			background: #FFFFFF;
			width: 174px;
		}
		
	#form {
		border: 1px solid #cccccc;
		padding: 10px;
	}
	
		#form ul, li {
			list-style: none;
			padding:0;
			margin:0;
		}
		
	#footer {
		width: 758px;
		height: 40px;
		margin: auto;
		background-color: #efede0;
		text-align:center
	}
	
	#footer a {
		color:#E20074;
		text-decoration:none;
		font-weight:bold;
		background: url(../images/arrow.gif) center left no-repeat;
		padding-left: 9px;
	}
	
	#footer a:hover {
		color:#E20074;
		text-decoration:none;
		font-weight:bold;
		background: url(../images/arrow_rollover.gif) center left no-repeat;
		padding-left: 9px;
	}
		
form#alta {
	padding:10px;  
	margin:0 auto;
	font-size:12px;
}

form#alta fieldset {
	display:block;
	padding:5px;
	margin-bottom:0.5em;
	line-height:1.5em;
	border:0;
}

form#alta legend {
	color:#547792;
	font-weight: bold;
	font-size:14px;
}

form#alta label {
	clear:left;
	display:block;
	float:left;
	width:230px; 
	text-align:right; 
	padding-right:10px; 
	color:#555;
	margin-bottom:0.5em;
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,Tahoma;
}

form#alta input {
	width:200px;
	border:1px solid #E1E1E1;
	padding-left:0.5em;
	margin-bottom:0.6em;
	font-family:Verdana,Arial,Helvetica,Tahoma;
	color:#555;
}

form#alta select {
	width:200px;
	margin-bottom:0.6em;
	font-family:Verdana,Arial,Helvetica,Tahoma;
	color:#555;
	border:1px solid #E1E1E1;
	color:#4B4B4B;
}

form#alta textarea {
	width:198px;
	margin-bottom:0.6em;
	height:15em;
	border:1px solid #E1E1E1;
	padding:0.5em; 
	overflow:auto;
	font-family:Verdana,Arial,Helvetica,Tahoma;
	color:#555;
	font-size:99%;
}

form#alta option {
	background:#E1E1E1;
	border:1px solid #E1E1E1;
	color:##4B4B4B;
}

form#alta #enviar {
	color:#E20074;
	background-color:#FFF;
	padding-right:0.5em;
	cursor:pointer;
	width:90px;
	margin-left:8px;
}

form#alta #enviar:hover {
	color:#E20074;
}

form p {
	font-size:11px;
	font-family:Verdana,Arial,Helvetica,Tahoma;
}

.ventajas li {
	background-repeat:no-repeat;
	list-style-image: url(../images/tic.gif);
	list-style-position:outside;
	margin-left:25px;
	list-style-type:none;
	line-height:17px;
}

.tic li {
	background-repeat:no-repeat;
	list-style-image: url(../images/tic.gif);
	list-style-position:outside;
	margin-left:25px;
	list-style-type:none;
	line-height:17px;
}

/* ----- CLASSES ----- */

.compromisos {
	list-style: url(images/list-style.gif);
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4, h5, h6 {
	/*margin: 1em 0 0.2em 0;*/
	margin: 0px;
	font-family: arial, verdana, sans-serif;
	color: #cc0066;
}

h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p{
}
#secondaryContent p{
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
}

#navigation ul li{
}

#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}